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:
Saul Wold 2012-06-05 05:03:30 -07:00 committed by Richard Purdie
parent a5eb4d29a3
commit b11e5d77bc
1 changed files with 3 additions and 5 deletions

View File

@ -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/*"