[oe-commits] [openembedded-core] 03/03: dbus-test-ptest: improve reproducibility

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 22:06:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 073d8d001033471d7fe44f52212c72a6c3541313
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Sat Mar 10 10:58:45 2018 -0800

    dbus-test-ptest: improve reproducibility
    
    Remove build host references from additional files.
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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' \
 		 {} +

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list