mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9f4f30ac99
commit
3cdcc442c9
@@ -174,7 +174,7 @@ do_install_ptest() {
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
RDEPENDS_${PN}-ptest += "make xz"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = "\
|
||||
glibc-gconv-big5 \
|
||||
glibc-charmap-big5 \
|
||||
|
||||
@@ -344,6 +344,7 @@ PACKAGES =+ "libpython3 libpython3-staticdev"
|
||||
FILES_libpython3 = "${libdir}/libpython*.so.*"
|
||||
FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a"
|
||||
INSANE_SKIP_${PN}-dev += "dev-elf"
|
||||
INSANE_SKIP_${PN}-ptest = "dev-deps"
|
||||
|
||||
# catch all the rest (unsorted)
|
||||
PACKAGES += "${PN}-misc"
|
||||
@@ -367,7 +368,7 @@ FILES_${PN}-man = "${datadir}/man"
|
||||
# See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395
|
||||
RDEPENDS_libpython3_append_libc-glibc = " libgcc"
|
||||
RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig"
|
||||
RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed"
|
||||
RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata-europe coreutils sed"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9"
|
||||
RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}"
|
||||
RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}"
|
||||
|
||||
@@ -130,7 +130,7 @@ RDEPENDS_${PN} += "perl"
|
||||
# redirect functions like strlen.
|
||||
RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " bash coreutils file \
|
||||
RDEPENDS_${PN}-ptest += " bash coreutils curl file \
|
||||
gdb libgomp \
|
||||
perl \
|
||||
perl-module-file-basename perl-module-file-glob perl-module-getopt-long \
|
||||
|
||||
@@ -47,7 +47,7 @@ do_install_ptest() {
|
||||
sed -e 's| ../parted||' -i $t/tests/*.sh
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3 make gawk e2fsprogs-mke2fs python3-core"
|
||||
RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3 make gawk e2fsprogs-mke2fs python3-core dosfstools"
|
||||
RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = "\
|
||||
glibc-utils \
|
||||
|
||||
@@ -59,4 +59,4 @@ FILES_${PN}-tools += "${bindir} ${datadir}/wayland"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "binutils sed"
|
||||
RDEPENDS_${PN}-ptest += "binutils sed ${PN}-tools"
|
||||
|
||||
@@ -34,7 +34,7 @@ PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGI
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# required for ptest on documentation
|
||||
RDEPENDS_${PN}-ptest = "man-db openssh"
|
||||
RDEPENDS_${PN}-ptest = "man-db openssh util-linux-col"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us"
|
||||
|
||||
do_compile_ptest() {
|
||||
|
||||
Reference in New Issue
Block a user