aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-19 13:46:13 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:40:09 +0100
commitfae8b8e3f172a7523c0d5cc416031f3d571b9f81 (patch)
treec34cf1cd1e7089bbdebd17eb9800ba754ebcc901 /meta/recipes-core/libxml
parentd27cd814162fde3362278435a6842928310c2704 (diff)
downloadopenembedded-core-contrib-fae8b8e3f172a7523c0d5cc416031f3d571b9f81.tar.gz
libxml2: Update for python-native changes
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
-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 ae9c8c2e87..68437ae949 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -17,7 +17,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
file://ansidecl.patch"
-inherit autotools pkgconfig binconfig
+inherit autotools pkgconfig binconfig pythonnative
# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header
do_configure_prepend () {