[OE-core] [PATCH] dbus-test-ptest: improve reproducibility

Juro Bystricky juro.bystricky at intel.com
Sat Mar 10 18:58:45 UTC 2018


Remove build host references from additional files.

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 meta/recipes-core/dbus/dbus-test_1.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 26556ed..dce047a 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' \
 		 {} +
-- 
2.7.4




More information about the Openembedded-core mailing list