diff options
| -rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index e0b50cf207..9aa640bdf9 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
| @@ -38,10 +38,10 @@ do_configure_prepend_class-nativesdk () { | |||
| 38 | export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}" | 38 | export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}" |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions" | 41 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions" |
| 42 | EXTRA_OECONF_class-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma" | 42 | EXTRA_OECONF_class-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --without-docbook --with-c14n --without-lzma" |
| 43 | EXTRA_OECONF_class-nativesdk = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma" | 43 | EXTRA_OECONF_class-nativesdk = "--with-python=${STAGING_BINDIR}/python --without-legacy --without-docbook --with-c14n --without-lzma" |
| 44 | EXTRA_OECONF_linuxstdbase = "--without-python --with-debug --with-legacy --with-catalog --with-docbook --with-c14n --without-lzma" | 44 | EXTRA_OECONF_linuxstdbase = "--without-python --with-debug --with-legacy --with-docbook --with-c14n --without-lzma" |
| 45 | 45 | ||
| 46 | # required for pythong binding | 46 | # required for pythong binding |
| 47 | export HOST_SYS | 47 | export HOST_SYS |
