From fae8b8e3f172a7523c0d5cc416031f3d571b9f81 Mon Sep 17 00:00:00 2001 From: Morgan Little Date: Thu, 19 Jul 2012 13:46:13 -0400 Subject: libxml2: Update for python-native changes Add pythonnative to the inherits list Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/libxml') 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 () { -- cgit 1.2.3-korg