summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3_3.9.5.bb3
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.17.0.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.5.bb b/meta/recipes-devtools/python/python3_3.9.5.bb
index 82177f4a18..f4002f2516 100644
--- a/meta/recipes-devtools/python/python3_3.9.5.bb
+++ b/meta/recipes-devtools/python/python3_3.9.5.bb
@@ -344,6 +344,7 @@ PACKAGES =+ "libpython3 libpython3-staticdev"
344FILES_libpython3 = "${libdir}/libpython*.so.*" 344FILES_libpython3 = "${libdir}/libpython*.so.*"
345FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" 345FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a"
346INSANE_SKIP_${PN}-dev += "dev-elf" 346INSANE_SKIP_${PN}-dev += "dev-elf"
347INSANE_SKIP_${PN}-ptest = "dev-deps"
347 348
348# catch all the rest (unsorted) 349# catch all the rest (unsorted)
349PACKAGES += "${PN}-misc" 350PACKAGES += "${PN}-misc"
@@ -367,7 +368,7 @@ FILES_${PN}-man = "${datadir}/man"
367# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 368# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395
368RDEPENDS_libpython3_append_libc-glibc = " libgcc" 369RDEPENDS_libpython3_append_libc-glibc = " libgcc"
369RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig" 370RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig"
370RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" 371RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata-europe coreutils sed"
371RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" 372RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9"
372RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" 373RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}"
373RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}" 374RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}"
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
index ebbd83dd3f..d0c60d0a3d 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
@@ -130,7 +130,7 @@ RDEPENDS_${PN} += "perl"
130# redirect functions like strlen. 130# redirect functions like strlen.
131RRECOMMENDS_${PN} += "${TCLIBC}-dbg" 131RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
132 132
133RDEPENDS_${PN}-ptest += " bash coreutils file \ 133RDEPENDS_${PN}-ptest += " bash coreutils curl file \
134 gdb libgomp \ 134 gdb libgomp \
135 perl \ 135 perl \
136 perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ 136 perl-module-file-basename perl-module-file-glob perl-module-getopt-long \