diff options
author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-08 12:47:54 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 11:45:13 +0200 |
commit | 92d465ece830b9d4ed83acc633e31d5efa1b2100 (patch) | |
tree | 7356499dafd52ac4950c553780bda0c0f1187cca /recipes-qt/qt5 | |
parent | aadfcfe9763bc13799621b4bd70b72e268b33e0c (diff) | |
download | meta-qt5-92d465ece830b9d4ed83acc633e31d5efa1b2100.tar.gz |
qtlocation: Add recipe
* MJ: Add license information
* MJ: Fix PV
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
Signed-off-by: Martin Jansa <martin.jansa@lge.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtlocation.inc | 5 | ||||
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bb | 21 |
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtlocation.inc b/recipes-qt/qt5/qtlocation.inc new file mode 100644 index 00000000..ae9cb0c4 --- /dev/null +++ b/recipes-qt/qt5/qtlocation.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | DEPENDS += "qt3d qtdeclarative" | ||
4 | |||
5 | INC_PR = "r0" | ||
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb new file mode 100644 index 00000000..fb4d3fa6 --- /dev/null +++ b/recipes-qt/qt5/qtlocation_git.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | # LICENSE files are missing in this old SRCREV, remove when upgraded | ||
5 | # commit 54e6103798bb098bc9e83aa77decdad4868cb98e | ||
6 | # Author: Timo Jyrinki <timo.jyrinki@canonical.com> | ||
7 | # Date: Mon Feb 11 08:19:48 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 | # qtlocation wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 | ||
15 | PV = "4.999+5.0.0-beta1+git${SRCPV}" | ||
16 | |||
17 | PR = "${INC_PR}.0" | ||
18 | |||
19 | QT_MODULE_BRANCH = "master" | ||
20 | |||
21 | SRCREV = "ac83b242c26d5b8750b6bf0f9ed0bac0e4569b6c" | ||