]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
bluez5: add dbus to RDEPENDS
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Oct 2022 07:38:17 +0000 (09:38 +0200)
committerSteve Sakoman <steve@sakoman.com>
Fri, 4 Nov 2022 17:52:01 +0000 (07:52 -1000)
Unless we're using systemd, dbus is not pulled into the system
automatically. Bluez5 will not work without dbus so add it to RDEPENDS
explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 377ef7009a8638efe688b6b61f67ae399eb1f23d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/bluez5/bluez5.inc

index eaac9ee849d9c211b44267c5adda0a4b26778dd9..7ad054b3a7010157dbca09f3303671ba56253c64 100644 (file)
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
                     file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e"
 DEPENDS = "dbus glib-2.0"
+RDEPENDS:${PN} += "dbus"
 PROVIDES += "bluez-hcidump"
 RPROVIDES_${PN} += "bluez-hcidump"