summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-test_1.10.6.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.10.6.bb b/meta/recipes-core/dbus/dbus-test_1.10.6.bb
index a768a09c4a..3748fe6df4 100644
--- a/meta/recipes-core/dbus/dbus-test_1.10.6.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.10.6.bb
@@ -12,7 +12,6 @@ RDEPENDS_${PN}-dev = ""
12 12
13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
14 file://tmpdir.patch \ 14 file://tmpdir.patch \
15 file://dbus-1.init \
16 file://run-ptest \ 15 file://run-ptest \
17 file://python-config.patch \ 16 file://python-config.patch \
18 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ 17 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
@@ -49,13 +48,11 @@ do_install() {
49 48
50do_install_ptest() { 49do_install_ptest() {
51 install -d ${D}${PTEST_PATH}/test 50 install -d ${D}${PTEST_PATH}/test
52 case1="shell printf refs syslog" 51 l="shell printf refs syslog marshal syntax corrupt dbus-daemon dbus-daemon-eavesdrop loopback relay"
53 for i in ${case1}; do install ${B}/test/test-$i ${D}${PTEST_PATH}/test; done 52 for i in $l; do install ${B}/test/.libs/test-$i ${D}${PTEST_PATH}/test; done
54 case2="marshal syntax corrupt dbus-daemon dbus-daemon-eavesdrop loopback relay" 53 l="bus bus-system bus-launch-helper"
55 for i in ${case2}; do install ${B}/test/.libs/test-$i ${D}${PTEST_PATH}/test; done 54 for i in $l; do install ${B}/bus/.libs/test-$i ${D}${PTEST_PATH}/test; done
56 case3="bus bus-system bus-launch-helper" 55 install ${B}/dbus/.libs/test-dbus ${D}${PTEST_PATH}/test
57 for i in ${case3}; do install ${B}/bus/test-$i ${D}${PTEST_PATH}/test; done
58 install ${B}/dbus/test-dbus ${D}${PTEST_PATH}/test
59 cp -r ${B}/test/data ${D}${PTEST_PATH}/test 56 cp -r ${B}/test/data ${D}${PTEST_PATH}/test
60} 57}
61RDEPENDS_${PN}-ptest += "bash" 58RDEPENDS_${PN}-ptest += "bash"