diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 18:39:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 20:08:47 +0100 |
commit | 7b3138f3690f626faa179cbe1597c0e1cf649a36 (patch) | |
tree | b48f045ff904efcc82fd3ea4eeefce4811632af1 | |
parent | 20091a9f08c82d101ae730d682c402f80a97a4fc (diff) | |
download | meta-qt5-7b3138f3690f626faa179cbe1597c0e1cf649a36.tar.gz |
qt5: use lastest SRCREV in stable branches
* master branches were removed today and old SRCREVs are invalid now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-4.999+git.inc | 8 | ||||
-rw-r--r-- | recipes-qt/qt5/qt5-native_4.999+git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase_4.999+git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_4.999+git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native_4.999+git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend_4.999+git.bb | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/recipes-qt/qt5/qt5-4.999+git.inc b/recipes-qt/qt5/qt5-4.999+git.inc index 437dc3be..0dcaa624 100644 --- a/recipes-qt/qt5/qt5-4.999+git.inc +++ b/recipes-qt/qt5/qt5-4.999+git.inc | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # each module needs to define valid SRCREV | 3 | # each module needs to define valid SRCREV |
4 | SRC_URI += " \ | 4 | SRC_URI += " \ |
5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;protocol=git \ | 5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;protocol=git;branch=stable \ |
6 | file://linux.conf \ | 6 | file://linux.conf \ |
7 | file://g++.conf \ | 7 | file://g++.conf \ |
8 | " | 8 | " |
@@ -13,6 +13,6 @@ PV = "4.999+5.0.0-rc1+git${SRCPV}" | |||
13 | 13 | ||
14 | LICENSE = "GFDL-1.3 & LGPLv2.1 | GPLv3" | 14 | LICENSE = "GFDL-1.3 & LGPLv2.1 | GPLv3" |
15 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=02356821480f1d3d534b21e0343265b5 \ | 15 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=02356821480f1d3d534b21e0343265b5 \ |
16 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | 16 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ |
17 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | 17 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ |
18 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | 18 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" |
diff --git a/recipes-qt/qt5/qt5-native_4.999+git.bb b/recipes-qt/qt5/qt5-native_4.999+git.bb index 9fbff869..d2b5b031 100644 --- a/recipes-qt/qt5/qt5-native_4.999+git.bb +++ b/recipes-qt/qt5/qt5-native_4.999+git.bb | |||
@@ -3,4 +3,4 @@ require qt5-4.999+git.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRCREV = "b1a5a38f708c2882919583b27d74bf6c824f0bab" | 6 | SRCREV = "22c234a34e8af6a26b374ef810630ba9e82c696a" |
diff --git a/recipes-qt/qt5/qtbase_4.999+git.bb b/recipes-qt/qt5/qtbase_4.999+git.bb index b7bacbd0..5c282846 100644 --- a/recipes-qt/qt5/qtbase_4.999+git.bb +++ b/recipes-qt/qt5/qtbase_4.999+git.bb | |||
@@ -3,4 +3,4 @@ require qt5-4.999+git.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRCREV = "b1a5a38f708c2882919583b27d74bf6c824f0bab" | 6 | SRCREV = "22c234a34e8af6a26b374ef810630ba9e82c696a" |
diff --git a/recipes-qt/qt5/qtdeclarative_4.999+git.bb b/recipes-qt/qt5/qtdeclarative_4.999+git.bb index f0680fc7..a7a66998 100644 --- a/recipes-qt/qt5/qtdeclarative_4.999+git.bb +++ b/recipes-qt/qt5/qtdeclarative_4.999+git.bb | |||
@@ -3,4 +3,4 @@ require qt5-4.999+git.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRCREV = "a6065d60f158ffad7a94877883af69731da94295" | 6 | SRCREV = "ce97fe0fc482f2fda72583544e3436508f73417e" |
diff --git a/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb b/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb index bbf4930d..ae141247 100644 --- a/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb +++ b/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb | |||
@@ -3,4 +3,4 @@ require qt5-4.999+git.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRCREV = "4cbcad7fbb5606e6f183062b5f15be08b9568ecb" | 6 | SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e" |
diff --git a/recipes-qt/qt5/qtjsbackend_4.999+git.bb b/recipes-qt/qt5/qtjsbackend_4.999+git.bb index c75b6d92..b5ef96d5 100644 --- a/recipes-qt/qt5/qtjsbackend_4.999+git.bb +++ b/recipes-qt/qt5/qtjsbackend_4.999+git.bb | |||
@@ -3,4 +3,4 @@ require qt5-4.999+git.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRCREV = "4cbcad7fbb5606e6f183062b5f15be08b9568ecb" | 6 | SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e" |