From: Guðni Már Gilbert Date: Tue, 7 Jul 2026 17:25:03 +0000 (+0000) Subject: bluez5: tool changes following 5.87 upgrade X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f3e6452e1643a045c8f670b2bd5aa88e4b0a3f5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git bluez5: tool changes following 5.87 upgrade 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 8d2e1e8f42..6a98d769dd 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -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 \ diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.87.bb b/meta/recipes-connectivity/bluez5/bluez5_5.87.bb index 75b765d524..687780de21 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.87.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.87.bb @@ -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)} \ "