diff options
author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-08 12:48:24 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 11:45:13 +0200 |
commit | db7467e72a8330b0b73546ff3f68e424aeea4b1c (patch) | |
tree | be37cdd891f48e7cd7b1a347a0471ac4a872dc80 /recipes-qt/qt5 | |
parent | 92d465ece830b9d4ed83acc633e31d5efa1b2100 (diff) | |
download | meta-qt5-db7467e72a8330b0b73546ff3f68e424aeea4b1c.tar.gz |
qtsensors: 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/qtsensors.inc | 14 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsensors_git.bb | 19 |
2 files changed, 33 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtsensors.inc b/recipes-qt/qt5/qtsensors.inc new file mode 100644 index 00000000..9c8d15d7 --- /dev/null +++ b/recipes-qt/qt5/qtsensors.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | DEPENDS += "qtdeclarative" | ||
4 | |||
5 | INC_PR = "r0" | ||
6 | |||
7 | FILES_${PN}-plugins += " \ | ||
8 | ${libdir}/${QT_DIR_NAME}/qml/QtSensors/qmldir \ | ||
9 | ${libdir}/${QT_DIR_NAME}/qml/QtSensors/plugins.qmltypes \ | ||
10 | ${libdir}/${QT_DIR_NAME}/qml/QtSensors/*${SOLIBSDEV} \ | ||
11 | " | ||
12 | FILES_${PN}-plugins-dbg += " \ | ||
13 | ${libdir}/${QT_DIR_NAME}/qml/QtSensors/.debug/* \ | ||
14 | " | ||
diff --git a/recipes-qt/qt5/qtsensors_git.bb b/recipes-qt/qt5/qtsensors_git.bb new file mode 100644 index 00000000..f7d324fd --- /dev/null +++ b/recipes-qt/qt5/qtsensors_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-git.inc | ||
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 | ||
15 | PV = "4.999+5.0.0-beta1+git${SRCPV}" | ||
16 | |||
17 | PR = "${INC_PR}.0" | ||
18 | |||
19 | SRCREV = "6323be3e2fc1b69145f37cda1d0214ec5fa3cb44" | ||