diff options
author | Volker Krause <volker.krause@kdab.com> | 2017-02-01 15:16:39 +0100 |
---|---|---|
committer | Volker Krause <volker.krause@kdab.com> | 2017-02-01 14:34:27 +0000 |
commit | b808f7785a43e046a6ce33af67298e273bc18336 (patch) | |
tree | 5f832d86396d6b63a6fd8a1b2e78d335449fdacb /recipes-qt | |
parent | 6f8badc5b6375dffb98ebee4d7a36130cc2bc35a (diff) | |
download | meta-boot2qt-b808f7785a43e046a6ce33af67298e273bc18336.tar.gz |
Update GammaRay to the latest 2.7 branch
Change-Id: Ieb60632d524c9a501aacf71df7a0c35f69810ca1
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/automotive/gammaray_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb index f9fb715..0603eef 100644 --- a/recipes-qt/automotive/gammaray_git.bb +++ b/recipes-qt/automotive/gammaray_git.bb | |||
@@ -2,15 +2,15 @@ SUMMARY = "GammaRay Qt introspection probe" | |||
2 | HOMEPAGE = "http://www.kdab.com/gammaray" | 2 | HOMEPAGE = "http://www.kdab.com/gammaray" |
3 | 3 | ||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=5996517d53e3c2722d457fb633e970ed" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=560b8b2e529f7a17ee5dde6e5d0c0d69" |
6 | 6 | ||
7 | inherit cmake_qt5 | 7 | inherit cmake_qt5 |
8 | 8 | ||
9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" | 9 | SRC_URI = "git://github.com/KDAB/GammaRay;branch=${BRANCH}" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "2.7" |
12 | SRCREV = "b961eb1b84718256acc678ec16a2b45e98990cd7" | 12 | SRCREV = "dc7a5d383bf7aa7b3e0361fa1d871eb7fad1a04a" |
13 | PV = "master+git${SRCPV}" | 13 | PV = "${BRANCH}+git${SRCPV}" |
14 | 14 | ||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ | 15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ |
16 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" | 16 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" |