diff options
-rw-r--r-- | recipes-qt/b2qt-addons/democompositor_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/b2qt-addons/democompositor_git.bb b/recipes-qt/b2qt-addons/democompositor_git.bb index 6cd3a6c..09f2ba2 100644 --- a/recipes-qt/b2qt-addons/democompositor_git.bb +++ b/recipes-qt/b2qt-addons/democompositor_git.bb | |||
@@ -28,16 +28,16 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Boot to Qt Wayland Demo Compositor" | 30 | DESCRIPTION = "Boot to Qt Wayland Demo Compositor" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "BSD | The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://main.cpp;md5=9fab217254862959183461343b99a1ab;beginline=1;endline=39" | 32 | LIC_FILES_CHKSUM = "file://main.cpp;md5=b0a1a6eef4a172b0a8cb4dad9a167d91;beginline=1;endline=49" |
33 | 33 | ||
34 | inherit qmake5 sdk-sources | 34 | inherit qmake5 |
35 | 35 | ||
36 | SRC_URI = " \ | 36 | SRC_URI = " \ |
37 | git://codereview.qt-project.org/tqtc-boot2qt/demos;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Boot2Qt/sources/b2qt-demos \ | 37 | git://codereview.qt-project.org/qt-apps/boot2qt-demos.git;branch=${BRANCH};protocol=ssh \ |
38 | " | 38 | " |
39 | 39 | ||
40 | SRCREV = "307b6bec8b73f780a14b13f8dccf0f2cb79bc63c" | 40 | SRCREV = "a6d8f7ce79fb5c17e706f25daf4dda4d97b5323e" |
41 | BRANCH = "5.7" | 41 | BRANCH = "5.7" |
42 | PV = "5.7+git${SRCPV}" | 42 | PV = "5.7+git${SRCPV}" |
43 | 43 | ||