diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-21 18:12:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:52 +0100 |
commit | 7e2d2a20bbc1ce83412352c2d5556a19bbc1f562 (patch) | |
tree | deff90b5a76463362421b292479e51abe520e477 /meta/recipes-devtools/m4 | |
parent | 85e8e30d7d721668e5118ce45501ed87e34ac810 (diff) | |
download | poky-7e2d2a20bbc1ce83412352c2d5556a19bbc1f562.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/m4')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.18.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.18.inc b/meta/recipes-devtools/m4/m4-1.4.18.inc index af0ff45863..81ed65edd9 100644 --- a/meta/recipes-devtools/m4/m4-1.4.18.inc +++ b/meta/recipes-devtools/m4/m4-1.4.18.inc | |||
@@ -53,7 +53,7 @@ do_install_ptest() { | |||
53 | } | 53 | } |
54 | 54 | ||
55 | 55 | ||
56 | RDEPENDS_${PN}-ptest += "make" | 56 | RDEPENDS_${PN}-ptest += "make coreutils diffutils" |
57 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 57 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
58 | locale-base-fr-fr.iso-8859-1 \ | 58 | locale-base-fr-fr.iso-8859-1 \ |
59 | " | 59 | " |