summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.8.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.10.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.8.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.10.bb b/meta/recipes-devtools/python/python3_3.8.10.bb
index 91fbc672a1..ae32ccc40e 100644
--- a/meta/recipes-devtools/python/python3_3.8.10.bb
+++ b/meta/recipes-devtools/python/python3_3.8.10.bb
@@ -331,6 +331,7 @@ PACKAGES =+ "libpython3 libpython3-staticdev"
331FILES_libpython3 = "${libdir}/libpython*.so.*" 331FILES_libpython3 = "${libdir}/libpython*.so.*"
332FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" 332FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a"
333INSANE_SKIP_${PN}-dev += "dev-elf" 333INSANE_SKIP_${PN}-dev += "dev-elf"
334INSANE_SKIP_${PN}-ptest += "dev-deps"
334 335
335# catch all the rest (unsorted) 336# catch all the rest (unsorted)
336PACKAGES += "${PN}-misc" 337PACKAGES += "${PN}-misc"
@@ -346,7 +347,7 @@ FILES_${PN}-man = "${datadir}/man"
346# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 347# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395
347RDEPENDS_libpython3_append_libc-glibc = " libgcc" 348RDEPENDS_libpython3_append_libc-glibc = " libgcc"
348RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig" 349RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig"
349RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" 350RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata-europe coreutils sed"
350RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" 351RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9"
351RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" 352RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}"
352RDEPENDS_${PN}-dev = "" 353RDEPENDS_${PN}-dev = ""