diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-08 08:33:33 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-08 09:37:46 +0000 |
commit | 981c58fe46c2706415fa0818354665bdf99865b5 (patch) | |
tree | b9014aedfc398409ad0f14af3e7457f834add6c7 /recipes-qt | |
parent | 74f8efa916bf91b119bf3d6a43c30a608bd4f2f1 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-utils.bb | 11 |
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 | ||
30 | DESCRIPTION = "Boot to Qt Utils module" | 30 | DESCRIPTION = "Boot to Qt Utils module" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "GPL-3.0 | The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://src/bluetoothsettings/bluetoothdevice.h;md5=e874e50877caef134ceb6d8ad3e12c8e;beginline=1;endline=28" | 32 | LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504" |
33 | 33 | ||
34 | inherit qt5-module sdk-sources | 34 | inherit 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 | ||
40 | SRCREV = "15ac9af2680d63321403f49eca03cdb192851bd3" | 40 | SRCREV = "dee9f0867ad66cb3a9848f2391ba450aa6f65f25" |
41 | BRANCH = "5.7" | 41 | BRANCH = "5.7" |
42 | PV = "5.7+git${SRCPV}" | 42 | PV = "5.7+git${SRCPV}" |
43 | 43 | ||
44 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
45 | 45 | ||
46 | DEPENDS = "qtbase qtdeclarative wpa-supplicant qtconnectivity" | 46 | DEPENDS = "qtbase qtdeclarative wpa-supplicant qtconnectivity" |
47 | |||
48 | do_install_append() { | ||
49 | rm -rf ${D}/opt | ||
50 | } | ||
51 | |||