mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
lib_package: remove the -dev list
Since we have re-order the full PACKAGES list, we do not need to reset the -dev list, we still need this since the -bin package needs to be inserted. (From OE-Core rev: cb43d97988475646074c53a264f563bf0cb2907a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5eb4d29a3
commit
b11e5d77bc
@@ -1,10 +1,8 @@
|
||||
PACKAGES += "${PN}-bin"
|
||||
PACKAGES =+ "${PN}-bin"
|
||||
|
||||
FILES_${PN} = "${libexecdir} ${libdir}/lib*${SOLIBS} \
|
||||
${sysconfdir} ${sharedstatedir} ${localstatedir} \
|
||||
${base_libdir}/*${SOLIBS} \
|
||||
${datadir}/${PN} ${libdir}/${PN}"
|
||||
FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \
|
||||
${libdir}/*.o ${libdir}/pkgconfig /lib/*.o \
|
||||
${datadir}/aclocal ${bindir}/*-config"
|
||||
${datadir}/${BPN} ${libdir}/${BPN}"
|
||||
|
||||
FILES_${PN}-bin = "${bindir}/* ${sbindir}/* /bin/* /sbin/*"
|
||||
|
||||
Reference in New Issue
Block a user