summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.4.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxml2_2.9.4.bb
index 3b081dd2fe..4de88d39a4 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.4.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.4.bb
@@ -41,16 +41,16 @@ BINCONFIG = "${bindir}/xml2-config"
41PACKAGECONFIG ??= "python \ 41PACKAGECONFIG ??= "python \
42 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 42 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
43" 43"
44PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python" 44PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3"
45PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 45PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
46 46
47inherit autotools pkgconfig binconfig-disabled ptest 47inherit autotools pkgconfig binconfig-disabled ptest
48 48
49inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'pythonnative', '', d)} 49inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}
50 50
51RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-core', '', d)}" 51RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}"
52 52
53RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-core', '', d)}" 53RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}"
54 54
55RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141" 55RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141"
56 56