[oe-commits] [openembedded-core] 42/45: m4: Add coreutils and diffutils dependency for ptest

git at git.openembedded.org git at git.openembedded.org
Wed May 22 06:43:28 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f3f60e024a2718d18a68897d7f5ca5e4fbb96f61
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue May 21 18:12:31 2019 +0100

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/m4/m4-1.4.18.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/m4/m4-1.4.18.inc b/meta/recipes-devtools/m4/m4-1.4.18.inc
index af0ff45..81ed65e 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() {
 }
 
 
-RDEPENDS_${PN}-ptest += "make"
+RDEPENDS_${PN}-ptest += "make coreutils diffutils"
 RDEPENDS_${PN}-ptest_append_libc-glibc = "\
      locale-base-fr-fr.iso-8859-1 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list