mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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: 47bcd4dec32e87b7353b079f63931d11cd0568e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Fixup for warrior context] [Dropped ptest fixes for pkg w/o ptests in warrior] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user