diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.4.bb | 8 |
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 7d0e121be1..ea0d3b88af 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.4.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.4.bb | |||
@@ -36,16 +36,16 @@ BINCONFIG = "${bindir}/xml2-config" | |||
36 | PACKAGECONFIG ??= "python \ | 36 | PACKAGECONFIG ??= "python \ |
37 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 37 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
38 | " | 38 | " |
39 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python" | 39 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" |
40 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 40 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
41 | 41 | ||
42 | inherit autotools pkgconfig binconfig-disabled ptest | 42 | inherit autotools pkgconfig binconfig-disabled ptest |
43 | 43 | ||
44 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'pythonnative', '', d)} | 44 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |
45 | 45 | ||
46 | RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-core', '', d)}" | 46 | RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" |
47 | 47 | ||
48 | RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-core', '', d)}" | 48 | RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" |
49 | 49 | ||
50 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141" | 50 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141" |
51 | 51 | ||