mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
gettext/flex/m4/bzip2/gzip/parted/slang/attr: Add make to -ptest packages
This solves ptest runtime errors where make was missing causing the ptests to fail. (From OE-Core rev: 2ade2c53388c92d36b8b30dae30670fd96ca4821) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -166,6 +166,7 @@ do_install_ptest() {
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = "\
|
||||
glibc-gconv-big5 \
|
||||
glibc-charmap-big5 \
|
||||
|
||||
@@ -48,7 +48,7 @@ PACKAGES =+ "${PN}-libfl"
|
||||
FILES_${PN}-libfl = "${libdir}/libfl.so.* ${libdir}/libfl_pic.so.*"
|
||||
|
||||
RDEPENDS_${PN} += "m4"
|
||||
RDEPENDS_${PN}-ptest += "bash gawk"
|
||||
RDEPENDS_${PN}-ptest += "bash gawk make"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests
|
||||
|
||||
@@ -52,6 +52,8 @@ do_install_ptest() {
|
||||
${D}${PTEST_PATH}/tests/test-xalloc-die
|
||||
}
|
||||
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = "\
|
||||
locale-base-fr-fr.iso-8859-1 \
|
||||
"
|
||||
|
||||
@@ -40,6 +40,8 @@ do_install_ptest () {
|
||||
|
||||
FILES_libbz2 = "${libdir}/lib*${SOLIBS}"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
|
||||
PROVIDES_append_class-native = " bzip2-replacement-native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
|
||||
PROVIDES_append_class-native = " gzip-replacement-native"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
inherit ptest
|
||||
|
||||
@@ -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"
|
||||
RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3 make"
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
|
||||
@@ -75,6 +75,8 @@ do_install_ptest() {
|
||||
|
||||
FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
PARALLEL_MAKEINST = ""
|
||||
|
||||
|
||||
@@ -41,6 +41,6 @@ do_install_ptest() {
|
||||
sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix"
|
||||
RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix make"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user