diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2025-04-01 14:04:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 22:05:54 +0100 |
| commit | 9286f1e4aaa4520bc75ea7764c5cbbbeb6a67d4b (patch) | |
| tree | 336593fe621bc356360e1bb7ab968b196f6930ca /meta/recipes-connectivity/neard | |
| parent | 84bf6e7e430d1c61ff400b817530fd54b410a85c (diff) | |
| download | poky-9286f1e4aaa4520bc75ea7764c5cbbbeb6a67d4b.tar.gz | |
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 <ross.burton@arm.com>
(From OE-Core rev: cf5b48d03f290a6bde94ee7a5c1aaee4d1a7793c)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/neard')
| -rw-r--r-- | meta/recipes-connectivity/neard/neard_0.19.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.19.bb b/meta/recipes-connectivity/neard/neard_0.19.bb index b04187bcc5..9e0ac6aa69 100644 --- a/meta/recipes-connectivity/neard/neard_0.19.bb +++ b/meta/recipes-connectivity/neard/neard_0.19.bb | |||
| @@ -37,8 +37,6 @@ do_install:append() { | |||
| 37 | fi | 37 | fi |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | RDEPENDS:${PN} = "dbus" | ||
| 41 | |||
| 42 | # Bluez & Wifi are not mandatory except for handover | 40 | # Bluez & Wifi are not mandatory except for handover |
| 43 | WIRELESS_DAEMON ??= "wpa-supplicant" | 41 | WIRELESS_DAEMON ??= "wpa-supplicant" |
| 44 | RRECOMMENDS:${PN} = "\ | 42 | RRECOMMENDS:${PN} = "\ |
