]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jun 2020 10:09:27 +0000 (11:09 +0100)
commit9f1a959d9831f43dda656e3b0c4d059db3363877
treeb2b4904913f2d51b134933666b22bcace79b6ede
parent7fbd49259c99d6a096a0b6a17aa3a5663fbf6e78
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>
meta/recipes-devtools/perl/perl_5.30.2.bb