diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-10 12:18:11 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-10 10:47:09 +0000 |
| commit | 7f31b59ea5a735daa0037d898bd366d37a557871 (patch) | |
| tree | 0ccf91726cfaa0fe7ac56d46edd28c4df10140bb /recipes-qt | |
| parent | 8d998d0a93e53af2a08cc8fa54188aa2649728bf (diff) | |
| download | meta-boot2qt-7f31b59ea5a735daa0037d898bd366d37a557871.tar.gz | |
democompositor: use the opened repo instead of sdk-sources
Change-Id: I2c4ff95faf8eecb685853387cb9cfbef663af4d3
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'recipes-qt')
| -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 | ||
