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 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" | |||
| 41 | PACKAGECONFIG ??= "python \ | 41 | PACKAGECONFIG ??= "python \ |
| 42 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 42 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 43 | " | 43 | " |
| 44 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python" | 44 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" |
| 45 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 45 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 46 | 46 | ||
| 47 | inherit autotools pkgconfig binconfig-disabled ptest | 47 | inherit autotools pkgconfig binconfig-disabled ptest |
| 48 | 48 | ||
| 49 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'pythonnative', '', d)} | 49 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |
| 50 | 50 | ||
| 51 | RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-core', '', d)}" | 51 | RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" |
| 52 | 52 | ||
| 53 | RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-core', '', d)}" | 53 | RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" |
| 54 | 54 | ||
| 55 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141" | 55 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141" |
| 56 | 56 | ||
