meta-digi/meta-digi-dey/recipes-connectivity/bluez/bluez5_%.bbappend

8 lines
214 B
Plaintext

# Copyright (C) 2015 Digi International.
do_install_append() {
# gatttool is useful for BLE work but not installed by default
install -d ${D}${sbindir}
install -m 0755 attrib/gatttool ${D}${sbindir}/gatttool
}