mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
parted: fix ptest RRECOMMENDS
The recipe was using =, which replaces the default RRECOMMENDS from ptest.bbclass. (From OE-Core rev: cebcb4ae46b0860179edfe480e8e4d924f931436) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4874895ab5
commit
cd6876a396
@@ -49,7 +49,7 @@ do_install_ptest() {
|
||||
sed -e 's| ../parted||' -i $t/tests/*.sh
|
||||
}
|
||||
RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup util-linux-mkswap python3 make gawk e2fsprogs-mke2fs e2fsprogs-tune2fs python3-core dosfstools"
|
||||
RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug kernel-module-loop kernel-module-vfat"
|
||||
RRECOMMENDS_${PN}-ptest += "kernel-module-scsi-debug kernel-module-loop kernel-module-vfat"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = "\
|
||||
glibc-utils \
|
||||
locale-base-en-us \
|
||||
|
||||
Reference in New Issue
Block a user