Skip to content

Commit cf5b48d

Browse files
nikomaunorpurdie
authored andcommitted
recipes-connectivity: Drop dbus from RDEPENDS:${PN}
Since each of these recipes already have 'dbus' in their DEPENDS, explicit runtime dependency declaration to dbus is not stricly necessary, because dbus-lib has runtime recommendation for ${VIRTUAL-RUNTIME_dbus} which in turn induces pulling also the preferred runtime D-Bus package to rootfs. Suggested-by: Ross Burton <[email protected]> Signed-off-by: Niko Mauno <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent c0c874c commit cf5b48d

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

meta/recipes-connectivity/bluez5/bluez5.inc

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ 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"
1110
PROVIDES += "bluez-hcidump"
1211
RPROVIDES:${PN} += "bluez-hcidump"
1312

meta/recipes-connectivity/connman/connman.inc

-4
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ RPROVIDES:${PN} = "\
118118
${@bb.utils.contains('PACKAGECONFIG', '3g','connman-plugin-ofono', '', d)} \
119119
"
120120

121-
RDEPENDS:${PN} = "\
122-
dbus \
123-
"
124-
125121
PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
126122

127123
def add_rdepends(bb, d, file, pkg, depmap, multilib_prefix, add_insane_skip):

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

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

40-
RDEPENDS:${PN} = "dbus"
41-
4240
# Bluez & Wifi are not mandatory except for handover
4341
WIRELESS_DAEMON ??= "wpa-supplicant"
4442
RRECOMMENDS:${PN} = "\

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

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

40-
RDEPENDS:${PN} += "dbus"
4140
RDEPENDS:${PN}-tests = "\
4241
python3-core \
4342
python3-dbus \

0 commit comments

Comments
 (0)