aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-06-08 08:33:33 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-06-08 09:37:46 +0000
commit981c58fe46c2706415fa0818354665bdf99865b5 (patch)
treeb9014aedfc398409ad0f14af3e7457f834add6c7
parent74f8efa916bf91b119bf3d6a43c30a608bd4f2f1 (diff)
b2qt-utils: update revision
License was changed to GPL3 + commercial Change-Id: Ie2d79a6ddf36c806ab2f47347e01a40dca211447 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
-rw-r--r--recipes-qt/b2qt-addons/b2qt-utils.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb
index cc743e2e..73019b39 100644
--- a/recipes-qt/b2qt-addons/b2qt-utils.bb
+++ b/recipes-qt/b2qt-addons/b2qt-utils.bb
@@ -28,8 +28,8 @@
############################################################################
DESCRIPTION = "Boot to Qt Utils module"
-LICENSE = "The-Qt-Company-DCLA-2.1"
-LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=e874e50877caef134ceb6d8ad3e12c8e;beginline=1;endline=28"
+LICENSE = "GPL-3.0 | The-Qt-Company-DCLA-2.1"
+LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504"
inherit qt5-module sdk-sources
@@ -37,15 +37,10 @@ SRC_URI = " \
git://codereview.qt-project.org/tqtc-boot2qt/utils;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Boot2Qt/sources/b2qt-utils \
"
-SRCREV = "15ac9af2680d63321403f49eca03cdb192851bd3"
+SRCREV = "dee9f0867ad66cb3a9848f2391ba450aa6f65f25"
BRANCH = "5.7"
PV = "5.7+git${SRCPV}"
S = "${WORKDIR}/git"
DEPENDS = "qtbase qtdeclarative wpa-supplicant qtconnectivity"
-
-do_install_append() {
- rm -rf ${D}/opt
-}
-