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>
This commit is contained in:
Morgan Little 2012-07-19 13:46:13 -04:00 committed by Richard Purdie
parent e4de1de3c6
commit 28bc1f5774
1 changed files with 1 additions and 1 deletions

View 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 () {