mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libxml2: clean up FILE after PACKAGE reorder
(From OE-Core rev: 45e349ab7a6f2e2bf9a4f2144a236f150f6efa22) 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
28b6b281d3
commit
52c72df049
@@ -44,7 +44,7 @@ python populate_packages_prepend () {
|
||||
|
||||
PACKAGES += "${PN}-utils"
|
||||
|
||||
FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh"
|
||||
FILES_${PN}-dev += "${libdir}/xml2Conf.sh"
|
||||
FILES_${PN}-utils += "${bindir}/*"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user