diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-16 16:57:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-17 11:10:28 +0100 |
commit | f5dfaf35bfbc44a52a71fcda8274761c3e84846f (patch) | |
tree | 4ba596a094e27f265be45d665aeb88d2e54383a5 /meta/classes/sign_rpm.bbclass | |
parent | 8ad40fe8806fc904245b599e8989209134f0c7ee (diff) | |
download | poky-f5dfaf35bfbc44a52a71fcda8274761c3e84846f.tar.gz |
perl: Fix host specific modules problems
We were seeing a ton of empty perl modules being created such as
"perl-module-x86-64-linux-encoding" where the name would include
${TARGET_ARCH}-linux. These files were already being filtered in an
earlier do_split_packages() expression so exclude them from the latter
one to remove the pointless empty modules in PACKAGES.
This doesn't explain why some were not deterministic but will recude
the do_package execution time and clean up the build directories
at the very least.
(From OE-Core rev: 9f1a959d9831f43dda656e3b0c4d059db3363877)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sign_rpm.bbclass')
0 files changed, 0 insertions, 0 deletions