From: Saul Wold Date: Tue, 5 Jun 2012 12:52:41 +0000 (-0700) Subject: libxml2: clean up FILE after PACKAGE reorder X-Git-Tag: 2015-4~10297 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=45e349ab7a6f2e2bf9a4f2144a236f150f6efa22;p=openembedded-core.git libxml2: clean up FILE after PACKAGE reorder Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 32d6e8cd31..31a32fadf1 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -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"