summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_206.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index 8d0a0657bb..02be7935cd 100644
--- a/meta/recipes-core/systemd/systemd_206.bb
+++ b/meta/recipes-core/systemd/systemd_206.bb
@@ -117,14 +117,13 @@ do_install() {
117 117
118do_install_ptest () { 118do_install_ptest () {
119 install -d ${D}${PTEST_PATH}/test 119 install -d ${D}${PTEST_PATH}/test
120 install -d ${D}${libdir}/udev/rules.d 120 install ${S}/test/* ${D}${PTEST_PATH}/test
121 install ${B}/test/* ${D}${PTEST_PATH}/test
122 install -m 0755 ${B}/test-udev ${D}${PTEST_PATH}/ 121 install -m 0755 ${B}/test-udev ${D}${PTEST_PATH}/
123 install -d ${D}${PTEST_PATH}/build-aux 122 install -d ${D}${PTEST_PATH}/build-aux
124 cp -rf ${B}/rules ${D}${PTEST_PATH}/ 123 cp -rf ${B}/rules ${D}${PTEST_PATH}/
125 cp ${B}/Makefile ${D}${PTEST_PATH}/ 124 cp ${B}/Makefile ${D}${PTEST_PATH}/
126 cp ${B}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/ 125 cp ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/
127 tar -C ${D}${PTEST_PATH}/test -xJf ${B}/test/sys.tar.xz 126 tar -C ${D}${PTEST_PATH}/test -xJf ${S}/test/sys.tar.xz
128 sed -i 's/"tree"/"ls"/' ${D}${PTEST_PATH}/test/udev-test.pl 127 sed -i 's/"tree"/"ls"/' ${D}${PTEST_PATH}/test/udev-test.pl
129} 128}
130 129