From: Julien Corjon Date: Mon, 4 Apr 2016 09:56:01 +0000 (+0200) Subject: qt5connectivity: add sdpscanner tool for Qt5Bluetooth X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee7cb3ba995a867e0e5ba03afb03e6054ae375e6;p=buildroot.git qt5connectivity: add sdpscanner tool for Qt5Bluetooth Signed-off-by: Julien Corjon Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt5/qt5connectivity/qt5connectivity.mk b/package/qt5/qt5connectivity/qt5connectivity.mk index a68f5ecf3c..936bc6f63c 100644 --- a/package/qt5/qt5connectivity/qt5connectivity.mk +++ b/package/qt5/qt5connectivity/qt5connectivity.mk @@ -43,6 +43,7 @@ endif define QT5CONNECTIVITY_INSTALL_TARGET_CMDS cp -dpf $(STAGING_DIR)/usr/lib/libQt5Bluetooth.so.* $(TARGET_DIR)/usr/lib + cp -dpf $(STAGING_DIR)/usr/bin/sdpscanner $(TARGET_DIR)/usr/bin $(QT5CONNECTIVITY_INSTALL_TARGET_QMLS) endef