mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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>
9 lines
271 B
Plaintext
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/*"
|