summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-05 05:52:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:02:59 +0100
commit52c72df0495576247264b9cacdbc506f5634f6c8 (patch)
treeb6a1e83b1949e08a874a7c8882121d9cb109b294 /meta/recipes-core/libxml/libxml2.inc
parent28b6b281d384cfcb89bbcdeaa60a5dcf93dec105 (diff)
downloadpoky-52c72df0495576247264b9cacdbc506f5634f6c8.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc2
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 () {
44 44
45PACKAGES += "${PN}-utils" 45PACKAGES += "${PN}-utils"
46 46
47FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh" 47FILES_${PN}-dev += "${libdir}/xml2Conf.sh"
48FILES_${PN}-utils += "${bindir}/*" 48FILES_${PN}-utils += "${bindir}/*"
49 49
50BBCLASSEXTEND = "native nativesdk" 50BBCLASSEXTEND = "native nativesdk"