From: Juro Bystricky Date: Sat, 10 Mar 2018 18:58:45 +0000 (-0800) Subject: dbus-test-ptest: improve reproducibility X-Git-Tag: uninative-1.9~206 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=073d8d001033471d7fe44f52212c72a6c3541313;p=openembedded-core.git dbus-test-ptest: improve reproducibility Remove build host references from additional files. Signed-off-by: Juro Bystricky Signed-off-by: Richard Purdie --- 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' \ {} +