[oe-commits] Saul Wold : libxml2: clean up FILE after PACKAGE reorder

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 11:39:19 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 45e349ab7a6f2e2bf9a4f2144a236f150f6efa22
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=45e349ab7a6f2e2bf9a4f2144a236f150f6efa22

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jun  5 05:52:41 2012 -0700

libxml2: clean up FILE after PACKAGE reorder

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/libxml/libxml2.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 32d6e8c..31a32fa 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"





More information about the Openembedded-commits mailing list