]> code.ossystems Code Review - openembedded-core.git/commit
perl: Fix host specific modules problems
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Jun 2020 15:57:11 +0000 (16:57 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sun, 21 Jun 2020 03:09:07 +0000 (17:09 -1000)
commit5aaf9d3a748cbad17a4a3e5d9715ac2f289b007d
tree4bda6d023f979fb3b40b645520059f505942d79e
parentc672d2b6c98607f1fda917f4a3189a53712e8fc2
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9f1a959d9831f43dda656e3b0c4d059db3363877)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/perl/perl_5.30.1.bb