bluez: ship gatt tools

This commit is contained in:
Enno Boland 2021-10-25 21:02:13 +02:00 committed by Enno T. Boland
parent 071d4ddd6b
commit 40efb2f81d

View file

@ -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