[oe-commits] Morgan Little : libxml2: Update for python-native changes

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 10:44:05 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: fae8b8e3f172a7523c0d5cc416031f3d571b9f81
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fae8b8e3f172a7523c0d5cc416031f3d571b9f81

Author: Morgan Little <morgan.little at windriver.com>
Date:   Thu Jul 19 13:46:13 2012 -0400

libxml2: Update for python-native changes

Add pythonnative to the inherits list

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 ae9c8c2..68437ae 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 () {





More information about the Openembedded-commits mailing list