| Submitter | Morgan Little |
|---|---|
| Date | July 13, 2012, 12:22 p.m. |
| Message ID | <1342182175-6461-13-git-send-email-morgan.little@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/31981/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index d70fe47..91fbaf4 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 () {
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- meta/recipes-core/libxml/libxml2.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)