]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: Update for python-native changes
authorMorgan Little <morgan.little@windriver.com>
Thu, 19 Jul 2012 17:46:13 +0000 (13:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:40:09 +0000 (11:40 +0100)
Add pythonnative to the inherits list

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxml/libxml2.inc

index ae9c8c2e8756437e4a72f46c8e50223894a1fce1..68437ae949910cef1876b7a88faf54da8ad86e84 100644 (file)
@@ -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 () {