mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
e2fsprogs: add perl dependency to e2fsprogs-ptest
Some of the tests need perl, so add it to the RDEPENDS. (From OE-Core rev: 3095fbee4b46e9bb2aa9c7355bdb554331df201c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be2592f5c7
commit
0986c77eb0
@@ -112,7 +112,7 @@ ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2"
|
||||
ALTERNATIVE_${PN}-tune2fs = "tune2fs"
|
||||
ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "${PN} ${PN}-tune2fs coreutils procps bash bzip2 diffutils"
|
||||
RDEPENDS_${PN}-ptest += "${PN} ${PN}-tune2fs coreutils procps bash bzip2 diffutils perl"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake -C ${B}/tests
|
||||
|
||||
Reference in New Issue
Block a user