Files
poky/meta/classes/lib_package.bbclass
Saul Wold b11e5d77bc 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>
2012-06-21 13:02:56 +01:00

9 lines
271 B
Plaintext

PACKAGES =+ "${PN}-bin"
FILES_${PN} = "${libexecdir} ${libdir}/lib*${SOLIBS} \
${sysconfdir} ${sharedstatedir} ${localstatedir} \
${base_libdir}/*${SOLIBS} \
${datadir}/${BPN} ${libdir}/${BPN}"
FILES_${PN}-bin = "${bindir}/* ${sbindir}/* /bin/* /sbin/*"