summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-14 17:28:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-15 17:53:29 +0100
commita2084a074930505d29a2e13d71275afe0aa21051 (patch)
treed49666de65ebf7c1973856891f0c58bd92928d13 /meta/recipes-core/dbus
parent3fc20fcef4731438214b890df9b3b38eccd69c7e (diff)
downloadpoky-a2084a074930505d29a2e13d71275afe0aa21051.tar.gz
dbus-test: Improve ptest dependencies dependencies
The dbus-test package is empty, move its dependencies to the ${PN}-ptest package. Also ensure that it doesn't depend on the empty ${PN} package which is about to start causing image failures in the following commit. In this case the correct dependency is dbus itself. (From OE-Core rev: db4ef506b6b86e62a5ee1cbea8f12f97615dd0b8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-test_1.12.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.12.12.bb b/meta/recipes-core/dbus/dbus-test_1.12.12.bb
index 0502c44917..f95b31a863 100644
--- a/meta/recipes-core/dbus/dbus-test_1.12.12.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.12.12.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
7 7
8DEPENDS = "dbus glib-2.0" 8DEPENDS = "dbus glib-2.0"
9 9
10RDEPENDS_${PN} += "make"
11RDEPENDS_${PN}-dev = "" 10RDEPENDS_${PN}-dev = ""
12 11
13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 12SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
@@ -85,6 +84,7 @@ do_install_ptest() {
85 sed -i -e 's;@PTEST_PATH@;${PTEST_PATH};g' ${D}${PTEST_PATH}/run-ptest 84 sed -i -e 's;@PTEST_PATH@;${PTEST_PATH};g' ${D}${PTEST_PATH}/run-ptest
86} 85}
87 86
88RDEPENDS_${PN}-ptest += "bash" 87RDEPENDS_${PN}-ptest += "bash make dbus"
88RDEPENDS_${PN}-ptest_remove = "${PN}"
89 89
90PRIVATE_LIBS_${PN}-ptest = "libdbus-1.so.3" 90PRIVATE_LIBS_${PN}-ptest = "libdbus-1.so.3"