]> code.ossystems Code Review - openembedded-core.git/commit
perl: Improve ptest package reproducibility
authorJoshua Watt <jpewhacker@gmail.com>
Thu, 20 Jun 2019 15:48:44 +0000 (10:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jun 2019 23:35:15 +0000 (00:35 +0100)
commit04454faadf5cf18c054c98803380393db42646c4
tree69c33efea8096a44b2df811da935fe9912d53b20
parent4bd46974d5b80050a031688ecefa9e60df793163
perl: Improve ptest package reproducibility

Fixes a few reproducibility issues in the perl ptest package:
 1) config.log has a lot of paths encoded in it. This file is
    unnecessary for ptest, so it is omitted from the package
 2) Makefile.config has a lot of paths encoded in it. This file should
    be fixed up using the same rules as several other files that are in
    the package
 3) Paths in DEBUG_PREFIX_MAP are not being correctly removed from files
    because DEBUG_PREFIX_MAP is now several command line arguments.
    Instead of requiring an exact match for all arguments, remove any
    matching argument.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl-ptest.inc