[oe-commits] [openembedded-core] 04/05: m4: Add coreutils and dffutils dependency for ptest

git at git.openembedded.org git at git.openembedded.org
Tue May 21 23:32:34 UTC 2019


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

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

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

    m4: Add coreutils and dffutils 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