summaryrefslogtreecommitdiffstats
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)
downloadmeta-boot2qt-981c58fe46c2706415fa0818354665bdf99865b5.tar.gz
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 cc743e2..73019b3 100644
--- a/recipes-qt/b2qt-addons/b2qt-utils.bb
+++ b/recipes-qt/b2qt-addons/b2qt-utils.bb
@@ -28,8 +28,8 @@
28############################################################################ 28############################################################################
29 29
30DESCRIPTION = "Boot to Qt Utils module" 30DESCRIPTION = "Boot to Qt Utils module"
31LICENSE = "The-Qt-Company-DCLA-2.1" 31LICENSE = "GPL-3.0 | The-Qt-Company-DCLA-2.1"
32LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=e874e50877caef134ceb6d8ad3e12c8e;beginline=1;endline=28" 32LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504"
33 33
34inherit qt5-module sdk-sources 34inherit qt5-module sdk-sources
35 35
@@ -37,15 +37,10 @@ SRC_URI = " \
37 git://codereview.qt-project.org/tqtc-boot2qt/utils;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Boot2Qt/sources/b2qt-utils \ 37 git://codereview.qt-project.org/tqtc-boot2qt/utils;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Boot2Qt/sources/b2qt-utils \
38 " 38 "
39 39
40SRCREV = "15ac9af2680d63321403f49eca03cdb192851bd3" 40SRCREV = "dee9f0867ad66cb3a9848f2391ba450aa6f65f25"
41BRANCH = "5.7" 41BRANCH = "5.7"
42PV = "5.7+git${SRCPV}" 42PV = "5.7+git${SRCPV}"
43 43
44S = "${WORKDIR}/git" 44S = "${WORKDIR}/git"
45 45
46DEPENDS = "qtbase qtdeclarative wpa-supplicant qtconnectivity" 46DEPENDS = "qtbase qtdeclarative wpa-supplicant qtconnectivity"
47
48do_install_append() {
49 rm -rf ${D}/opt
50}
51