diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-03 18:11:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-03 18:22:24 +0100 |
commit | 2e518a1a8f11b8000d151321c778fa66b376db96 (patch) | |
tree | a0cf34fb76df0554273ab1c659f454f69cb97f41 /recipes/libxml/libxml2.inc | |
parent | e6e884c834ec5b5152f237708bbc91e2feaebfb4 (diff) |
libxml2: readd binconfig inherit that went missing
Diffstat (limited to 'recipes/libxml/libxml2.inc')
-rw-r--r-- | recipes/libxml/libxml2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index 62c81bd2e0..207ef5b489 100644 --- a/recipes/libxml/libxml2.inc +++ b/recipes/libxml/libxml2.inc @@ -7,11 +7,11 @@ DEPENDS_virtclass-native = "python-native" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=archive" S = "${WORKDIR}/${BPN}-${PV}" -INC_PR = "r4" +INC_PR = "r5" BBCLASSEXTEND = "native" -inherit autotools pkgconfig +inherit autotools pkgconfig binconfig EXTRA_OECONF = "\ --without-debug \ |