summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-06-10 12:18:11 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-06-10 10:47:09 +0000
commit7f31b59ea5a735daa0037d898bd366d37a557871 (patch)
tree0ccf91726cfaa0fe7ac56d46edd28c4df10140bb
parent8d998d0a93e53af2a08cc8fa54188aa2649728bf (diff)
downloadmeta-boot2qt-7f31b59ea5a735daa0037d898bd366d37a557871.tar.gz
democompositor: use the opened repo instead of sdk-sources
Change-Id: I2c4ff95faf8eecb685853387cb9cfbef663af4d3 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
-rw-r--r--recipes-qt/b2qt-addons/democompositor_git.bb10
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
30DESCRIPTION = "Boot to Qt Wayland Demo Compositor" 30DESCRIPTION = "Boot to Qt Wayland Demo Compositor"
31LICENSE = "The-Qt-Company-DCLA-2.1" 31LICENSE = "BSD | The-Qt-Company-DCLA-2.1"
32LIC_FILES_CHKSUM = "file://main.cpp;md5=9fab217254862959183461343b99a1ab;beginline=1;endline=39" 32LIC_FILES_CHKSUM = "file://main.cpp;md5=b0a1a6eef4a172b0a8cb4dad9a167d91;beginline=1;endline=49"
33 33
34inherit qmake5 sdk-sources 34inherit qmake5
35 35
36SRC_URI = " \ 36SRC_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
40SRCREV = "307b6bec8b73f780a14b13f8dccf0f2cb79bc63c" 40SRCREV = "a6d8f7ce79fb5c17e706f25daf4dda4d97b5323e"
41BRANCH = "5.7" 41BRANCH = "5.7"
42PV = "5.7+git${SRCPV}" 42PV = "5.7+git${SRCPV}"
43 43