mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
m4: Add coreutils and diffutils dependency for ptest
The scripts use options not supported by busybox utils such as head and diff so the full coreutils and diffutils utilities are needed. (From OE-Core rev: f3f60e024a2718d18a68897d7f5ca5e4fbb96f61) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -53,7 +53,7 @@ do_install_ptest() {
|
||||
}
|
||||
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
RDEPENDS_${PN}-ptest += "make coreutils diffutils"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = "\
|
||||
locale-base-fr-fr.iso-8859-1 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user