summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-06-07 16:09:07 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2016-06-07 14:16:35 +0000
commite98da09ae98544812a28d6586adecfa56a6364c0 (patch)
tree4cbf8ca2c0c7fb768baf72e8fb7caefb99f7aa61
parentfe3817d027fb03189a3aa4cd49b511a9e8f298c0 (diff)
downloadmeta-boot2qt-e98da09ae98544812a28d6586adecfa56a6364c0.tar.gz
b2qt-utils: Remove dead code.
- The referenced examples do not exist anymore. - Set correct endline for license. Change-Id: Ib8636a0352013518b0cef0e33b70e1c5575ed3a4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--recipes-qt/b2qt-addons/b2qt-utils.bb11
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb
index 16b6446..cc743e2 100644
--- a/recipes-qt/b2qt-addons/b2qt-utils.bb
+++ b/recipes-qt/b2qt-addons/b2qt-utils.bb
@@ -29,7 +29,7 @@
29 29
30DESCRIPTION = "Boot to Qt Utils module" 30DESCRIPTION = "Boot to Qt Utils module"
31LICENSE = "The-Qt-Company-DCLA-2.1" 31LICENSE = "The-Qt-Company-DCLA-2.1"
32LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=f1bb87e7d92738d5c1cc8492a7c03e9a;beginline=1;endline=35" 32LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=e874e50877caef134ceb6d8ad3e12c8e;beginline=1;endline=28"
33 33
34inherit qt5-module sdk-sources 34inherit qt5-module sdk-sources
35 35
@@ -49,12 +49,3 @@ do_install_append() {
49 rm -rf ${D}/opt 49 rm -rf ${D}/opt
50} 50}
51 51
52FILES_${PN}-examples-dbg = " \
53 /data/user/qt/.debug/* \
54 /data/user/qt/wifi-cpp/.debug/* \
55 "
56
57FILES_${PN}-examples = " \
58 /data/user/qt/wifi-cpp/wifi-cpp \
59 /data/user/qt/wifi-qml \
60 "