diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:52:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:59 +0100 |
commit | 52c72df0495576247264b9cacdbc506f5634f6c8 (patch) | |
tree | b6a1e83b1949e08a874a7c8882121d9cb109b294 /meta/recipes-core/libxml | |
parent | 28b6b281d384cfcb89bbcdeaa60a5dcf93dec105 (diff) | |
download | poky-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')
-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 () { | |||
44 | 44 | ||
45 | PACKAGES += "${PN}-utils" | 45 | PACKAGES += "${PN}-utils" |
46 | 46 | ||
47 | FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh" | 47 | FILES_${PN}-dev += "${libdir}/xml2Conf.sh" |
48 | FILES_${PN}-utils += "${bindir}/*" | 48 | FILES_${PN}-utils += "${bindir}/*" |
49 | 49 | ||
50 | BBCLASSEXTEND = "native nativesdk" | 50 | BBCLASSEXTEND = "native nativesdk" |