diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:52:41 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-06-19 21:59:51 -0700 |
commit | 45e349ab7a6f2e2bf9a4f2144a236f150f6efa22 (patch) | |
tree | 74fe0fbe7c1401eb2837b17d22b78960bdb46862 /meta/recipes-core/libxml | |
parent | 3fddd5314b51946f9b02760ca7d847bb3107fefa (diff) | |
download | openembedded-core-45e349ab7a6f2e2bf9a4f2144a236f150f6efa22.tar.gz openembedded-core-45e349ab7a6f2e2bf9a4f2144a236f150f6efa22.tar.bz2 openembedded-core-45e349ab7a6f2e2bf9a4f2144a236f150f6efa22.zip |
libxml2: clean up FILE after PACKAGE reorder
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r-- | 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 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" |