diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-26 22:40:16 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-27 13:21:38 +0100 |
| commit | 3cdcc442c9dfd23f0329ca22cfffa05c5d1a16cd (patch) | |
| tree | 6cd5a1d82ba9a93f9062d025b3d1f81e395cd95d /meta/recipes-devtools | |
| parent | 9f4f30ac99846de0af3850f463a468291f3072d7 (diff) | |
| download | poky-3cdcc442c9dfd23f0329ca22cfffa05c5d1a16cd.tar.gz | |
ptest: add newly discovered missing runtime dependencies across recipes
Making ptest images based on core-image-minimal uncovered quite a
few missing depenendcies from various recipes, here they are.
(From OE-Core rev: 2cda6242f2f0f6f9c6bdef72bbb271eab7e5e1f5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.9.5.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.17.0.bb | 2 |
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" | |||
| 344 | FILES_libpython3 = "${libdir}/libpython*.so.*" | 344 | FILES_libpython3 = "${libdir}/libpython*.so.*" |
| 345 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" | 345 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" |
| 346 | INSANE_SKIP_${PN}-dev += "dev-elf" | 346 | INSANE_SKIP_${PN}-dev += "dev-elf" |
| 347 | INSANE_SKIP_${PN}-ptest = "dev-deps" | ||
| 347 | 348 | ||
| 348 | # catch all the rest (unsorted) | 349 | # catch all the rest (unsorted) |
| 349 | PACKAGES += "${PN}-misc" | 350 | PACKAGES += "${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 |
| 368 | RDEPENDS_libpython3_append_libc-glibc = " libgcc" | 369 | RDEPENDS_libpython3_append_libc-glibc = " libgcc" |
| 369 | RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig" | 370 | RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig" |
| 370 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed" | 371 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata-europe coreutils sed" |
| 371 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | 372 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" |
| 372 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" | 373 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
| 373 | RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}" | 374 | RDEPENDS_${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. |
| 131 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 131 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" |
| 132 | 132 | ||
| 133 | RDEPENDS_${PN}-ptest += " bash coreutils file \ | 133 | RDEPENDS_${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 \ |
