summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-08 14:27:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-10 20:32:04 +0000
commita2932a1a386b89d7bae6b2a197279a2dd9e6d76c (patch)
treec16ab4fd33f7774fa8afcbb07f697cd1ef0e5b2c
parent18b7e4c05a54ea0dde21b60b8bef8dcb9ccf4e7e (diff)
downloadopenembedded-core-contrib-a2932a1a386b89d7bae6b2a197279a2dd9e6d76c.tar.gz
gzip: do not pull in perl-ptest for gzip-ptest
This significantly adds to the ptest execution time and isn't needed, as all tests pass anyway. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 50dad7bf58..9778e687e1 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 perl perl-ptest grep diffutils"
+RDEPENDS_${PN}-ptest += "make perl grep diffutils"
BBCLASSEXTEND = "native nativesdk"