diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2018-03-10 10:58:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-12 15:05:58 -0700 |
commit | 073d8d001033471d7fe44f52212c72a6c3541313 (patch) | |
tree | 511504c25ad23c39d845124d88f7a0a833350278 | |
parent | 5c2685c5ee2f8210a36b9a8591491b6af0482084 (diff) | |
download | openembedded-core-073d8d001033471d7fe44f52212c72a6c3541313.tar.gz openembedded-core-073d8d001033471d7fe44f52212c72a6c3541313.tar.bz2 openembedded-core-073d8d001033471d7fe44f52212c72a6c3541313.zip |
dbus-test-ptest: improve reproducibility
Remove build host references from additional files.
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/dbus/dbus-test_1.12.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.12.2.bb b/meta/recipes-core/dbus/dbus-test_1.12.2.bb index 26556ed246..dce047a134 100644 --- a/meta/recipes-core/dbus/dbus-test_1.12.2.bb +++ b/meta/recipes-core/dbus/dbus-test_1.12.2.bb @@ -71,7 +71,7 @@ do_install_ptest() { cp -a ${B}/dbus/.libs/*.so* ${D}${PTEST_PATH}/test/.libs # Remove build host references... - find "${D}${PTEST_PATH}/test/data" \( -name *.service -o -name *.conf \) -type f -exec \ + find "${D}${PTEST_PATH}/test/data" \( -name *.service -o -name *.conf -o -name "*.aaprofile" \) -type f -exec \ sed -i \ -e 's:${B}:${PTEST_PATH}:g' \ {} + |