summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxml2_2.9.4.bb
index e2febf0c60..265d2b73a9 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.4.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.4.bb
@@ -38,8 +38,11 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm
38 38
39export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}" 39export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}"
40 40
41PACKAGECONFIG ??= "python" 41PACKAGECONFIG ??= "python \
42 ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
43"
42PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python" 44PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python"
45PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
43 46
44# WARNING: zlib is require for RPM use 47# WARNING: zlib is require for RPM use
45EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions" 48EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions"