diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-29 11:48:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-05 12:56:34 +0200 |
commit | cd2ac1d786da2be205f8059da9f58f919fa4a24b (patch) | |
tree | d422a9d807ecdbf2bf7c556a482dc405891c9d3b /recipes-qt/qt5/qt5-git.inc | |
parent | 66c091481cb3a8afdeb8422a1a997c5339392ae0 (diff) | |
download | meta-qt5-cd2ac1d786da2be205f8059da9f58f919fa4a24b.tar.gz |
qt5-git: rename recipes and include file
* some modules weren't released yet, so we still need some recipes with
PV = "4.999+5.0.0-beta1+git${SRCPV}"
so having 5.0.2 in .inc filename is a bit misleading
* .inc file still sets default PV (now "5.0.2+git${SRCPV}"), all modules
where SRCREV corresponds to different versions need to set PV inside
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-git.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-git.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc new file mode 100644 index 00000000..a9eff23f --- /dev/null +++ b/recipes-qt/qt5/qt5-git.inc | |||
@@ -0,0 +1,21 @@ | |||
1 | # Copyright (C) 2012 O.S. Systems Software LTDA. | ||
2 | # Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com> | ||
3 | |||
4 | # each module needs to define valid SRCREV | ||
5 | SRC_URI += " \ | ||
6 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=stable \ | ||
7 | " | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | PV = "5.0.2+git${SRCPV}" | ||
12 | |||
13 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:" | ||
14 | |||
15 | DEFAULT_PREFERENCE = "-1" | ||
16 | |||
17 | LICENSE = "GFDL-1.3 & LGPL-2.1 | GPL-3.0" | ||
18 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
19 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
20 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
21 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||