diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus-test_1.12.2.bb | 2 |
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 | {} + |