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:42:22 +0100 |
commit | 28bc1f577482dd98c0acacbf93f8940b1d3e427a (patch) | |
tree | 315d3c0aa02d6570780370c1a31990204821b5b4 /meta | |
parent | e4de1de3c6abcaec5eafa6b3b418ed23c94e39ed (diff) | |
download | poky-28bc1f577482dd98c0acacbf93f8940b1d3e427a.tar.gz |
libxml2: Update for python-native changes
Add pythonnative to the inherits list
(From OE-Core rev: fae8b8e3f172a7523c0d5cc416031f3d571b9f81)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 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 \ | |||
17 | file://ansidecl.patch" | 17 | file://ansidecl.patch" |
18 | 18 | ||
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig | 20 | inherit autotools pkgconfig binconfig pythonnative |
21 | 21 | ||
22 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header | 22 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header |
23 | do_configure_prepend () { | 23 | do_configure_prepend () { |