From 40efb2f81de1a1193d128d650919d9ddb43f9e6a 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 7e886382522..f19ac4aa6d7 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -1,7 +1,7 @@ # Template file for 'bluez' pkgname=bluez version=5.61 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-udevdir=/usr/lib/udev --disable-systemd --enable-sixaxis --enable-threads --enable-library --enable-deprecated @@ -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