From: Alexander Kanavin Date: Wed, 8 Jan 2020 13:27:53 +0000 (+0100) Subject: gzip: do not pull in perl-ptest for gzip-ptest X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2932a1a386b89d7bae6b2a197279a2dd9e6d76c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.10.bb index 50dad7bf58c..9778e687e1a 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"