diff options
-rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.7.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 6959b69d81..748a7fb241 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
@@ -20,7 +20,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ | |||
20 | inherit autotools pkgconfig binconfig | 20 | inherit autotools pkgconfig binconfig |
21 | 21 | ||
22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" | 22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" |
23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | 23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" |
24 | 24 | ||
25 | # required for pythong binding | 25 | # required for pythong binding |
26 | export HOST_SYS | 26 | export HOST_SYS |
diff --git a/meta/recipes-core/libxml/libxml2_2.7.7.bb b/meta/recipes-core/libxml/libxml2_2.7.7.bb index deb28b3954..656cb883af 100644 --- a/meta/recipes-core/libxml/libxml2_2.7.7.bb +++ b/meta/recipes-core/libxml/libxml2_2.7.7.bb | |||
@@ -1,3 +1,3 @@ | |||
1 | require libxml2.inc | 1 | require libxml2.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |