diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-19 13:46:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:40:09 +0100 |
commit | fae8b8e3f172a7523c0d5cc416031f3d571b9f81 (patch) | |
tree | c34cf1cd1e7089bbdebd17eb9800ba754ebcc901 /meta/recipes-core/libxml | |
parent | d27cd814162fde3362278435a6842928310c2704 (diff) | |
download | openembedded-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.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 ae9c8c2e875..68437ae9499 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 () { |