summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gzip
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2019-08-06 15:16:59 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-07 16:08:15 +0100
commit58beb4fd3d5509a336eeebbc1354687b746589e8 (patch)
treed2d925be0980a65fe2dfc16aac77a3c0def4473a /meta/recipes-extended/gzip
parent6cac15e514f703a2f23d16c104cbea4162da7a9d (diff)
downloadpoky-58beb4fd3d5509a336eeebbc1354687b746589e8.tar.gz
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. (From OE-Core rev: c2559ab9b41b823b23dc675745bbaefd45362a08) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip')
-rw-r--r--meta/recipes-extended/gzip/gzip_1.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.10.bb
index 6a5b2459e6..5ab99d0b1d 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 \
12 12
13PROVIDES_append_class-native = " gzip-replacement-native" 13PROVIDES_append_class-native = " gzip-replacement-native"
14 14
15RDEPENDS_${PN}-ptest += "make" 15RDEPENDS_${PN}-ptest += "make perl perl-ptest grep diffutils"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18