summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2018-03-10 10:58:45 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-12 15:06:32 -0700
commit04575dfdbc6997666c23336ef170a597517f4266 (patch)
tree9facaa35ca65d79d1caac5dc87598d7183f5223a /meta/recipes-core/dbus
parenta5644b6811e7d9db10c72c02fcfdd0930169f23c (diff)
downloadpoky-04575dfdbc6997666c23336ef170a597517f4266.tar.gz
dbus-test-ptest: improve reproducibility
Remove build host references from additional files. (From OE-Core rev: 073d8d001033471d7fe44f52212c72a6c3541313) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-test_1.12.2.bb2
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() {
71 cp -a ${B}/dbus/.libs/*.so* ${D}${PTEST_PATH}/test/.libs 71 cp -a ${B}/dbus/.libs/*.so* ${D}${PTEST_PATH}/test/.libs
72 72
73 # Remove build host references... 73 # Remove build host references...
74 find "${D}${PTEST_PATH}/test/data" \( -name *.service -o -name *.conf \) -type f -exec \ 74 find "${D}${PTEST_PATH}/test/data" \( -name *.service -o -name *.conf -o -name "*.aaprofile" \) -type f -exec \
75 sed -i \ 75 sed -i \
76 -e 's:${B}:${PTEST_PATH}:g' \ 76 -e 's:${B}:${PTEST_PATH}:g' \
77 {} + 77 {} +