From: Kevin Mehall Date: Thu, 29 Jan 2015 23:40:34 +0000 (+0000) Subject: bluez: Install gatttool for Bluetooth Low Energy X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9820b0f996e2530f662bc895579a0eff639cb0d8;p=feed%2Fpackages.git bluez: Install gatttool for Bluetooth Low Energy gatttool is not included in `make install`. The Debian package similarly copies it out of the build directory. Signed-off-by: Kevin Mehall --- diff --git a/utils/bluez/Makefile b/utils/bluez/Makefile index d2bc8fab12..fdb442ca52 100644 --- a/utils/bluez/Makefile +++ b/utils/bluez/Makefile @@ -111,6 +111,7 @@ define Package/bluez-utils/install $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/bluetoothd $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/obexd $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/attrib/gatttool $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/bluetooth.config $(1)/etc/config/bluetooth $(INSTALL_DIR) $(1)/etc/dbus-1/system.d/