From e98da09ae98544812a28d6586adecfa56a6364c0 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Tue, 7 Jun 2016 16:09:07 +0200 Subject: b2qt-utils: Remove dead code. - The referenced examples do not exist anymore. - Set correct endline for license. Change-Id: Ib8636a0352013518b0cef0e33b70e1c5575ed3a4 Reviewed-by: Teemu Holappa --- recipes-qt/b2qt-addons/b2qt-utils.bb | 11 +---------- 1 file changed, 1 insertion(+), 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 @@ DESCRIPTION = "Boot to Qt Utils module" LICENSE = "The-Qt-Company-DCLA-2.1" -LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=f1bb87e7d92738d5c1cc8492a7c03e9a;beginline=1;endline=35" +LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=e874e50877caef134ceb6d8ad3e12c8e;beginline=1;endline=28" inherit qt5-module sdk-sources @@ -49,12 +49,3 @@ do_install_append() { rm -rf ${D}/opt } -FILES_${PN}-examples-dbg = " \ - /data/user/qt/.debug/* \ - /data/user/qt/wifi-cpp/.debug/* \ - " - -FILES_${PN}-examples = " \ - /data/user/qt/wifi-cpp/wifi-cpp \ - /data/user/qt/wifi-qml \ - " -- cgit v1.2.3-54-g00ecf