bluez: ship gatt tools
This commit is contained in:
parent
071d4ddd6b
commit
40efb2f81d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue