]> code.ossystems Code Review - openembedded-core.git/commit
ptest: Optionally strip build host tool info from installed files
authorDouglas Royds <douglas.royds@taitradio.com>
Wed, 28 Nov 2018 04:53:10 +0000 (17:53 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2018 12:19:42 +0000 (12:19 +0000)
commita3b657470eeea9f1954bc3a3e593a5c4907b6f17
treef170532e571e39768326f5a7f118a906b8dbd32a
parent137e38dbae42e9d4d413cd2f9460fb707ca77f9c
ptest: Optionally strip build host tool info from installed files

Several packages (eg. acl, attr, openssl) install Makefiles or other build host
configuration files for ptest so that they can run `make check`, for instance.
These build host files commonly include paths and versions of build host tools,
(eg. rpm or perl) whose presence and version depends on the build host distro.

Optionally strip lines from installed PTEST_BUILD_HOST_FILES using an
extended regex pattern defined in PTEST_BUILD_HOST_PATTERN. This has no
effect on the on-target ptest.

Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/ptest.bbclass