diff options
author | Ross Burton <ross@burtonini.com> | 2021-07-16 12:32:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-18 23:09:52 +0100 |
commit | cd6876a396211edfc1b7f20a3753344ac32dac72 (patch) | |
tree | 14b2096f705e24b7cd24a577b83e8add79655c88 /meta/recipes-extended | |
parent | 4874895ab5dd2635229a20a419e9c7c7d9cf6201 (diff) | |
download | poky-cd6876a396211edfc1b7f20a3753344ac32dac72.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/parted/parted_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/parted/parted_3.4.bb b/meta/recipes-extended/parted/parted_3.4.bb index 96d30372c3..8728fcae09 100644 --- a/meta/recipes-extended/parted/parted_3.4.bb +++ b/meta/recipes-extended/parted/parted_3.4.bb | |||
@@ -49,7 +49,7 @@ do_install_ptest() { | |||
49 | sed -e 's| ../parted||' -i $t/tests/*.sh | 49 | sed -e 's| ../parted||' -i $t/tests/*.sh |
50 | } | 50 | } |
51 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup util-linux-mkswap python3 make gawk e2fsprogs-mke2fs e2fsprogs-tune2fs python3-core dosfstools" | 51 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup util-linux-mkswap python3 make gawk e2fsprogs-mke2fs e2fsprogs-tune2fs python3-core dosfstools" |
52 | RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug kernel-module-loop kernel-module-vfat" | 52 | RRECOMMENDS_${PN}-ptest += "kernel-module-scsi-debug kernel-module-loop kernel-module-vfat" |
53 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 53 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
54 | glibc-utils \ | 54 | glibc-utils \ |
55 | locale-base-en-us \ | 55 | locale-base-en-us \ |