1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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.

(From OE-Core rev: a2932a1a386b89d7bae6b2a197279a2dd9e6d76c)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2020-01-08 14:27:53 +01:00
committed by Richard Purdie
parent 4c076ddfc2
commit 82a9976a66
+1 -1
View File
@@ -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"