1
0
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:
Richard Purdie
2019-05-21 18:12:31 +01:00
parent 85e8e30d7d
commit 7e2d2a20bb
+1 -1
View File
@@ -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 \
"