diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 11:56:34 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 18:19:44 +0200 |
commit | 34bf6934ea3a51e6ed9cd71616501c9d1f5e52ee (patch) | |
tree | 44d6c762732917e50d43722776fde451c78dd9e7 /recipes-qt/qt5/qtsensors_git.bb | |
parent | 1496c6ba34bf95bce67504c72edace1bc2c0a64e (diff) | |
download | meta-qt5-34bf6934ea3a51e6ed9cd71616501c9d1f5e52ee.tar.gz |
qt3d, qtjsondb, qtlocation, qtsensors, qtsystems: bump SRCREV to latest
* WARN: because these modules weren't released yet, we need to make sure to
use SRCREV compatible with selected PV for other modules, old revisions
were compatible with 5.0.[01], I need to test these new SRCREVs to test
git versions
* tested with 5.0.2 and 5.0.2+git%
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtsensors_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtsensors_git.bb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes-qt/qt5/qtsensors_git.bb b/recipes-qt/qt5/qtsensors_git.bb index 5561f943..7d3e7663 100644 --- a/recipes-qt/qt5/qtsensors_git.bb +++ b/recipes-qt/qt5/qtsensors_git.bb | |||
@@ -1,19 +1,9 @@ | |||
1 | require qt5-git.inc | 1 | require qt5-git.inc |
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | # LICENSE files are missing in this old SRCREV, remove when upgraded | ||
5 | # commit cf831b83142dee8114df3bc37c29116a66945f5f | ||
6 | # Author: Timo Jyrinki <timo.jyrinki@canonical.com> | ||
7 | # Date: Mon Feb 11 08:56:35 2013 +0200 | ||
8 | # Subject: Add license files mandated by (L)GPL. | ||
9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
10 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
11 | file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ | ||
12 | " | ||
13 | |||
14 | # qtsensors wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 | 4 | # qtsensors wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 |
15 | PV = "4.999+5.0.0-beta1+git${SRCPV}" | 5 | PV = "4.999+5.0.0-beta1+git${SRCPV}" |
16 | 6 | ||
17 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
18 | 8 | ||
19 | SRCREV = "6323be3e2fc1b69145f37cda1d0214ec5fa3cb44" | 9 | SRCREV = "a8bb2b1720372b79b1e7c03692252a3d6f0a7c0f" |