diff options
Diffstat (limited to 'meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb')
-rw-r--r-- | meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-demos_git.bb | 7 |
1 files changed, 4 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 3900abb..16725f2 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.11.2+git${SRCPV}" | 45 | PV = "5.12.0+git${SRCPV}" |
46 | 46 | ||
47 | BRANCH = "5.11" | 47 | BRANCH = "5.12" |
48 | 48 | ||
49 | SRCREV = "ca03367f33d6430d3ddbbd70edf832bced59ff74" | 49 | SRCREV = "b12865b21e3f950e417fcab6c03fbcb6cefbbd10" |
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,6 +70,7 @@ 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/ | ||
73 | cp -r ${S}/datacollector ${D}/data/user/qt/ | 74 | cp -r ${S}/datacollector ${D}/data/user/qt/ |
74 | cp -r ${S}/ebike-ui ${D}/data/user/qt/ | 75 | cp -r ${S}/ebike-ui ${D}/data/user/qt/ |
75 | cp -r ${S}/enterprise-charts ${D}/data/user/qt/ | 76 | cp -r ${S}/enterprise-charts ${D}/data/user/qt/ |