From 29f63008f495b8dd1b83ddbc4a8d9c8e64aba8d3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 Oct 2021 21:02:13 +0200 Subject: [PATCH] bluez: ship gatt tools --- srcpkgs/bluez/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 7e886382522c..dd09e1517820 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -36,6 +36,9 @@ pre_configure() { post_install() { vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth + vbin attrib/gatttool + vbin tools/btgatt-client + vbin tools/btgatt-server vsv bluetoothd if [ "$build_option_mesh" ]; then vsv bluetooth-meshd @@ -77,6 +80,7 @@ bluez-deprecated_package() { vmove usr/bin/hcitool vmove usr/bin/rfcomm vmove usr/bin/sdptool + vmove usr/bin/gatttool vmove usr/share/man/man1/ciptool.1 vmove usr/share/man/man1/hciattach.1 vmove usr/share/man/man1/hciconfig.1