diff options
author | Ross Burton <ross@burtonini.com> | 2020-10-01 17:11:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 23:14:24 +0100 |
commit | b37ebab71b9466a40ca204f31dcb60de1c407993 (patch) | |
tree | 0c0d4af08c85b4c662720cb9a836ce9a452f48c1 /meta | |
parent | e6436043ca1fe160c09143d901e43b4d83d43d3f (diff) | |
download | poky-b37ebab71b9466a40ca204f31dcb60de1c407993.tar.gz |
coreutils: improve coreutils-ptest RDEPENDS
Add perl-modules to the RDEPENDS to avoid having to list all perl
modules that are required, as this package isn't going to be installed
outside of testing builds.
Remove libmodule-build-perl from RDEPENDS, it appears that this isn't
needed anymore. With and without this package the test results on my
image are the same: 619 tests, 462 pass, 154 skip, 3 fail. This
*drastically* reduces the build impact of enabling ptest as
packagegroup-core-build-essential (thus target gcc) is in the dependency
chain.
(From OE-Core rev: 7937da462b588403400755d264db0edde74aa4dc)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.32.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index f8ae3fd94c..9d1eceef54 100644 --- a/meta/recipes-core/coreutils/coreutils_8.32.bb +++ b/meta/recipes-core/coreutils/coreutils_8.32.bb | |||
@@ -158,7 +158,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
158 | 158 | ||
159 | inherit ptest | 159 | inherit ptest |
160 | 160 | ||
161 | RDEPENDS_${PN}-ptest += "bash findutils gawk liberror-perl libmodule-build-perl make perl perl-module-file-stat python3-core sed shadow" | 161 | RDEPENDS_${PN}-ptest += "bash findutils gawk liberror-perl make perl perl-modules python3-core sed shadow" |
162 | 162 | ||
163 | # -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy | 163 | # -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy |
164 | # may need tweaking if DEPENDS changes | 164 | # may need tweaking if DEPENDS changes |