summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.8.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.8.bb b/meta/recipes-core/libxml/libxml2_2.9.8.bb
index 1f22bb0b07..27a648e97a 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.8.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.8.bb
@@ -44,7 +44,12 @@ RDEPENDS_${PN}-ptest += "make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'l
44 44
45RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" 45RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}"
46 46
47RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us glibc-gconv-ibm1141 glibc-gconv-iso8859-5" 47RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us \
48 glibc-gconv-ibm1141 \
49 glibc-gconv-iso8859-5 \
50 glibc-gconv-euc-jp \
51 locale-base-en-us \
52 "
48 53
49export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}" 54export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}"
50 55