diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-12-10 15:40:56 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-12-12 11:06:41 +0000 |
commit | 77db12f4aebc7713b5e31127a67fa4b574d39fb5 (patch) | |
tree | 8164fbccaa829865d9a69a94bf74f82c79e8e40a /meta-boot2qt/recipes-qt | |
parent | 698277aecf7047012e8bfba7a7afa3f12138581b (diff) | |
download | meta-boot2qt-77db12f4aebc7713b5e31127a67fa4b574d39fb5.tar.gz |
b2qt-addons: update deviceutilities & demos to latest revisions
* demos:
Bring e-bike demo back for emulator demo launcher
* utilities:
doc navigation update in creator
padding fix for launcher display settings
Change-Id: I179b83bcc66e27a40d0ac7dc8f2bb0029cad8a92
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-boot2qt/recipes-qt')
-rw-r--r-- | meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | 4 | ||||
-rw-r--r-- | meta-boot2qt/recipes-qt/qt5/qtdeviceutilities_git.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb index 6e1d324..c1960ec 100644 --- a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb +++ b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | |||
@@ -42,11 +42,11 @@ SRC_URI = " \ | |||
42 | https://qt-files.s3.amazonaws.com/examples/Videos/The+Future+is+Written+with+Qt.mp4;name=video3 \ | 42 | https://qt-files.s3.amazonaws.com/examples/Videos/The+Future+is+Written+with+Qt.mp4;name=video3 \ |
43 | " | 43 | " |
44 | 44 | ||
45 | PV = "5.12.0+git${SRCPV}" | 45 | PV = "5.12.1+git${SRCPV}" |
46 | 46 | ||
47 | BRANCH = "5.12" | 47 | BRANCH = "5.12" |
48 | 48 | ||
49 | SRCREV = "0fad7db4b7d34972b5b11fe31ceede43b3e6d0ea" | 49 | SRCREV = "76322dd776d99367c8425f1bd116ad3dec66e52a" |
50 | 50 | ||
51 | SRC_URI[video1.md5sum] = "25d9e963a02675a4f3ba83abeebb32da" | 51 | SRC_URI[video1.md5sum] = "25d9e963a02675a4f3ba83abeebb32da" |
52 | SRC_URI[video1.sha256sum] = "33125518c2eb7848f378ddb6bebaf39f3327c92f1e33daa7fc09e4260e54d54a" | 52 | SRC_URI[video1.sha256sum] = "33125518c2eb7848f378ddb6bebaf39f3327c92f1e33daa7fc09e4260e54d54a" |
diff --git a/meta-boot2qt/recipes-qt/qt5/qtdeviceutilities_git.bb b/meta-boot2qt/recipes-qt/qt5/qtdeviceutilities_git.bb index a669f5e..cba3881 100644 --- a/meta-boot2qt/recipes-qt/qt5/qtdeviceutilities_git.bb +++ b/meta-boot2qt/recipes-qt/qt5/qtdeviceutilities_git.bb | |||
@@ -39,7 +39,7 @@ PACKAGECONFIG[wpasupplicant] = "CONFIG+=wpasupplicant,,wpa-supplicant" | |||
39 | 39 | ||
40 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 40 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
41 | 41 | ||
42 | SRCREV = "4b4ed3262fafc93fe510f27f09fa45393eb14852" | 42 | SRCREV = "9cd5fe081ff15d46802a90b5d19471091799f3e3" |
43 | 43 | ||
44 | DEPENDS = "\ | 44 | DEPENDS = "\ |
45 | qtbase qtdeclarative qtconnectivity qtdeclarative-native \ | 45 | qtbase qtdeclarative qtconnectivity qtdeclarative-native \ |