diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-08 14:27:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:22 +0000 |
commit | 82a9976a66d0f5720cd22da98c4378cab5748cc4 (patch) | |
tree | 1286b243617cfa0046a391de5dba0271b91a9cf4 /meta | |
parent | 4c076ddfc22a8545090d3da19d97d86f8d803140 (diff) | |
download | poky-82a9976a66d0f5720cd22da98c4378cab5748cc4.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.
(From OE-Core rev: a2932a1a386b89d7bae6b2a197279a2dd9e6d76c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.10.bb | 2 |
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 \ | |||
12 | 12 | ||
13 | PROVIDES_append_class-native = " gzip-replacement-native" | 13 | PROVIDES_append_class-native = " gzip-replacement-native" |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += "make perl perl-ptest grep diffutils" | 15 | RDEPENDS_${PN}-ptest += "make perl grep diffutils" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
18 | 18 | ||