瀏覽代碼

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 <km@kevinmehall.net>
Kevin Mehall 10 年之前
父節點
當前提交
9820b0f996
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      utils/bluez/Makefile

+ 1
- 0
utils/bluez/Makefile 查看文件

@@ -111,6 +111,7 @@ define Package/bluez-utils/install
111 111
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
112 112
 	$(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/bluetoothd $(1)/usr/bin/
113 113
 	$(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/obexd $(1)/usr/bin/
114
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/attrib/gatttool $(1)/usr/bin/
114 115
 	$(INSTALL_DIR) $(1)/etc/config
115 116
 	$(INSTALL_DATA) ./files/bluetooth.config $(1)/etc/config/bluetooth
116 117
 	$(INSTALL_DIR) $(1)/etc/dbus-1/system.d/