diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-10-04 15:06:25 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-10-04 12:12:17 +0000 |
commit | 578a7d90ce81e4c42163955925ae6e933ddb7dc6 (patch) | |
tree | b97c124f5837e2cd45b5303044b8861d4b2bdcdb /meta-boot2qt/recipes-qt | |
parent | 147d0391366529d44e4155cd378f32d8e2a37d35 (diff) | |
download | meta-boot2qt-578a7d90ce81e4c42163955925ae6e933ddb7dc6.tar.gz |
boot2qt-demos: update revision
Remove Qt3D demo from launcher. 3D demo will be replaced with a more
suitable candidate in the future.
Change-Id: I34e4d73d62c1c42c23b234456fc3649065412e0d
Reviewed-by: Kari Hormi <kari.hormi@qt.io>
Diffstat (limited to 'meta-boot2qt/recipes-qt')
-rw-r--r-- | meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | 3 |
1 files changed, 1 insertions, 2 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 16725f2..c9e02f4 100644 --- a/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb +++ b/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | |||
@@ -46,7 +46,7 @@ PV = "5.12.0+git${SRCPV}" | |||
46 | 46 | ||
47 | BRANCH = "5.12" | 47 | BRANCH = "5.12" |
48 | 48 | ||
49 | SRCREV = "b12865b21e3f950e417fcab6c03fbcb6cefbbd10" | 49 | SRCREV = "c0917669684e051f79f6afb557bb491828346a47" |
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" |
@@ -70,7 +70,6 @@ do_install_append() { | |||
70 | rm -rf ${D}/data/user/qtwebbrowser | 70 | rm -rf ${D}/data/user/qtwebbrowser |
71 | 71 | ||
72 | # we need all qml and content files from the demos we want to use | 72 | # we need all qml and content files from the demos we want to use |
73 | cp -r ${S}/advancedcustommaterial ${D}/data/user/qt/ | ||
74 | cp -r ${S}/datacollector ${D}/data/user/qt/ | 73 | cp -r ${S}/datacollector ${D}/data/user/qt/ |
75 | cp -r ${S}/ebike-ui ${D}/data/user/qt/ | 74 | cp -r ${S}/ebike-ui ${D}/data/user/qt/ |
76 | cp -r ${S}/enterprise-charts ${D}/data/user/qt/ | 75 | cp -r ${S}/enterprise-charts ${D}/data/user/qt/ |