Skip to content

Commit e521e4f

Browse files
nikomaunorpurdie
authored andcommitted
recipes-connectivity: Support alternative runtime D-Bus
In order to facilitate oe-core users who wish to use e.g. dbus-broker as their runtime D-Bus implementation, change the Freedesktop.org specific D-Bus runtime dependency to honor the new VIRTUAL-RUNTIME_dbus variable. (From OE-Core rev: f70d19ffaa61ee7d94a4dbddcaa0d802fd0dc515) Signed-off-by: Niko Mauno <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent 439424e commit e521e4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

meta/recipes-connectivity/bluez5/bluez5.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
77
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
88
file://src/main.c;beginline=1;endline=24;md5=0ad83ca0dc37ab08af448777c581e7ac"
99
DEPENDS = "dbus glib-2.0"
10-
RDEPENDS:${PN} += "dbus"
10+
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_dbus}"
1111
PROVIDES += "bluez-hcidump"
1212
RPROVIDES:${PN} += "bluez-hcidump"
1313

meta/recipes-connectivity/connman/connman.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RPROVIDES:${PN} = "\
119119
"
120120

121121
RDEPENDS:${PN} = "\
122-
dbus \
122+
${VIRTUAL-RUNTIME_dbus} \
123123
"
124124

125125
PACKAGES_DYNAMIC += "^${PN}-plugin-.*"

meta/recipes-connectivity/neard/neard_0.19.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ do_install:append() {
3737
fi
3838
}
3939

40-
RDEPENDS:${PN} = "dbus"
40+
RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_dbus}"
4141

4242
# Bluez & Wifi are not mandatory except for handover
4343
WIRELESS_DAEMON ??= "wpa-supplicant"

meta/recipes-connectivity/ofono/ofono_2.15.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PACKAGES =+ "${PN}-tests"
3737
FILES:${PN} += "${systemd_unitdir}"
3838
FILES:${PN}-tests = "${libdir}/${BPN}/test"
3939

40-
RDEPENDS:${PN} += "dbus"
40+
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_dbus}"
4141
RDEPENDS:${PN}-tests = "\
4242
python3-core \
4343
python3-dbus \

0 commit comments

Comments
 (0)