]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus-test-ptest: improve reproducibility
authorJuro Bystricky <juro.bystricky@intel.com>
Sat, 10 Mar 2018 18:58:45 +0000 (10:58 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2018 22:05:58 +0000 (15:05 -0700)
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>
meta/recipes-core/dbus/dbus-test_1.12.2.bb

index 26556ed2468f04c64480d1b385cff3f637216f12..dce047a134d1307941c404041d3183ebf62efd8e 100644 (file)
@@ -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' \
                 {} +