summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-26 22:40:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-27 13:21:38 +0100
commit3cdcc442c9dfd23f0329ca22cfffa05c5d1a16cd (patch)
tree6cd5a1d82ba9a93f9062d025b3d1f81e395cd95d
parent9f4f30ac99846de0af3850f463a468291f3072d7 (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-core/gettext/gettext_0.21.bb2
-rw-r--r--meta/recipes-devtools/python/python3_3.9.5.bb3
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.17.0.bb2
-rw-r--r--meta/recipes-extended/parted/parted_3.4.bb2
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.19.0.bb2
-rw-r--r--meta/recipes-support/libssh2/libssh2_1.9.0.bb2
6 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.21.bb b/meta/recipes-core/gettext/gettext_0.21.bb
index bc14867bbb..b86e8d8381 100644
--- a/meta/recipes-core/gettext/gettext_0.21.bb
+++ b/meta/recipes-core/gettext/gettext_0.21.bb
@@ -174,7 +174,7 @@ do_install_ptest() {
174 fi 174 fi
175} 175}
176 176
177RDEPENDS_${PN}-ptest += "make" 177RDEPENDS_${PN}-ptest += "make xz"
178RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 178RDEPENDS_${PN}-ptest_append_libc-glibc = "\
179 glibc-gconv-big5 \ 179 glibc-gconv-big5 \
180 glibc-charmap-big5 \ 180 glibc-charmap-big5 \
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 \
diff --git a/meta/recipes-extended/parted/parted_3.4.bb b/meta/recipes-extended/parted/parted_3.4.bb
index c15f5aeb0b..fb583489f8 100644
--- a/meta/recipes-extended/parted/parted_3.4.bb
+++ b/meta/recipes-extended/parted/parted_3.4.bb
@@ -47,7 +47,7 @@ do_install_ptest() {
47 sed -e 's| ../parted||' -i $t/tests/*.sh 47 sed -e 's| ../parted||' -i $t/tests/*.sh
48} 48}
49 49
50RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3 make gawk e2fsprogs-mke2fs python3-core" 50RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3 make gawk e2fsprogs-mke2fs python3-core dosfstools"
51RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug" 51RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug"
52RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 52RDEPENDS_${PN}-ptest_append_libc-glibc = "\
53 glibc-utils \ 53 glibc-utils \
diff --git a/meta/recipes-graphics/wayland/wayland_1.19.0.bb b/meta/recipes-graphics/wayland/wayland_1.19.0.bb
index 7e8a2884fe..0fda80ccae 100644
--- a/meta/recipes-graphics/wayland/wayland_1.19.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.19.0.bb
@@ -59,4 +59,4 @@ FILES_${PN}-tools += "${bindir} ${datadir}/wayland"
59 59
60BBCLASSEXTEND = "native nativesdk" 60BBCLASSEXTEND = "native nativesdk"
61 61
62RDEPENDS_${PN}-ptest += "binutils sed" 62RDEPENDS_${PN}-ptest += "binutils sed ${PN}-tools"
diff --git a/meta/recipes-support/libssh2/libssh2_1.9.0.bb b/meta/recipes-support/libssh2/libssh2_1.9.0.bb
index a5451628e7..f290bf3268 100644
--- a/meta/recipes-support/libssh2/libssh2_1.9.0.bb
+++ b/meta/recipes-support/libssh2/libssh2_1.9.0.bb
@@ -34,7 +34,7 @@ PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGI
34BBCLASSEXTEND = "native nativesdk" 34BBCLASSEXTEND = "native nativesdk"
35 35
36# required for ptest on documentation 36# required for ptest on documentation
37RDEPENDS_${PN}-ptest = "man-db openssh" 37RDEPENDS_${PN}-ptest = "man-db openssh util-linux-col"
38RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" 38RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us"
39 39
40do_compile_ptest() { 40do_compile_ptest() {