[oe-commits] [openembedded-core] 14/15: gzip: update ptest package dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Aug 7 15:10:45 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 c2559ab9b41b823b23dc675745bbaefd45362a08
Author: Trevor Gamblin <trevor.gamblin at windriver.com>
AuthorDate: Tue Aug 6 15:16:59 2019 -0400

    gzip: update ptest package dependencies
    
    gzip-ptest skips the following tests on core-image-sato builds:
    
    - zgrep-context
    - zdiff
    - zgrep-signal
    
    The same tests pass on core-image-sato-sdk builds. This is due to
    the use of busybox tool variants on core-image-sato (zgrep-context,
    zdiff) and the absence of the perl and perl-ptest packages
    (zgrep-signal). This patch adds the dependencies needed for all
    three tests.
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/gzip/gzip_1.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.10.bb
index 6a5b245..5ab99d0 100644
--- a/meta/recipes-extended/gzip/gzip_1.10.bb
+++ b/meta/recipes-extended/gzip/gzip_1.10.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 
 PROVIDES_append_class-native = " gzip-replacement-native"
 
-RDEPENDS_${PN}-ptest += "make"
+RDEPENDS_${PN}-ptest += "make perl perl-ptest grep diffutils"
 
 BBCLASSEXTEND = "native"
 

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


More information about the Openembedded-commits mailing list