@@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
file://src/main.c;beginline=1;endline=24;md5=0ad83ca0dc37ab08af448777c581e7ac"
DEPENDS = "dbus glib-2.0"
-PROVIDES += "bluez-hcidump"
-RPROVIDES:${PN} += "bluez-hcidump"
PACKAGECONFIG ??= "obex-profiles \
readline \
@@ -74,5 +74,5 @@ NOINST_TOOLS_BT ?= " \
tools/check-selftest \
tools/gatt-service \
profiles/iap/iapd \
- ${@bb.utils.contains('PACKAGECONFIG', 'btpclient', 'tools/btpclient tools/btpclientctl', '', d)} \
+ ${@bb.utils.contains('PACKAGECONFIG', 'btpclient', 'client/btpclient/btpclient client/btpclient/btpclientctl', '', d)} \
"
hcidump utility was dropped in BlueZ 5.87 [1], this was previously picked up by bluez5-bin, but is no longer provided. btpclient binaries were moved from tools to client/btpclient [2] [1] - https://github.com/bluez/bluez/commit/a035be775703bba1fa92b25769191ffb37ae4c76 [2] - https://github.com/bluez/bluez/commit/a98f3d5abf14eb6e3ddcbf73c22362020f26e105 Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> --- meta/recipes-connectivity/bluez5/bluez5.inc | 2 -- meta/recipes-connectivity/bluez5/bluez5_5.87.bb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-)