diff options
author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-08 11:57:20 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 11:45:13 +0200 |
commit | aadfcfe9763bc13799621b4bd70b72e268b33e0c (patch) | |
tree | 3f2310e85fecad6ad8d93ff611a726103653b59a | |
parent | 6600c47c668b597dfdce3675d60db851f3521af3 (diff) | |
download | meta-qt5-aadfcfe9763bc13799621b4bd70b72e268b33e0c.tar.gz |
qtquick1: 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>
-rw-r--r-- | recipes-qt/qt5/qtquick1.inc | 14 | ||||
-rw-r--r-- | recipes-qt/qt5/qtquick1_5.0.0.bb | 13 | ||||
-rw-r--r-- | recipes-qt/qt5/qtquick1_git.bb | 19 |
3 files changed, 46 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtquick1.inc b/recipes-qt/qt5/qtquick1.inc new file mode 100644 index 00000000..7a38eabb --- /dev/null +++ b/recipes-qt/qt5/qtquick1.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | DEPENDS += "qtscript" | ||
4 | |||
5 | INC_PR = "r0" | ||
6 | |||
7 | FILES_${PN}-plugins += " \ | ||
8 | ${libdir}/qt5/imports/builtins.qmltypes \ | ||
9 | ${libdir}/qt5/imports/Qt/labs/*/qmldir \ | ||
10 | ${libdir}/qt5/imports/Qt/labs/*/plugins.qmltypes \ | ||
11 | ${libdir}/qt5/imports/Qt/labs/*/*${SOLIBSDEV} \ | ||
12 | " | ||
13 | |||
14 | FILES_${PN}-plugins-dbg += "${libdir}/qt5/imports/Qt/labs/*/.debug/*" | ||
diff --git a/recipes-qt/qt5/qtquick1_5.0.0.bb b/recipes-qt/qt5/qtquick1_5.0.0.bb new file mode 100644 index 00000000..e410022b --- /dev/null +++ b/recipes-qt/qt5/qtquick1_5.0.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require ${PN}.inc | ||
2 | require qt5-${PV}.inc | ||
3 | |||
4 | # LICENSE files are missing in 5.0.0 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ | ||
8 | " | ||
9 | |||
10 | PR = "${INC_PR}.0" | ||
11 | |||
12 | SRC_URI[md5sum] = "04bc1ae59321676eb0239f8a3f9dcd95" | ||
13 | SRC_URI[sha256sum] = "3d0236546b1d2bdcfb2aa36091fd4cfbfaa64c89c69df9d6e4b7fa38a4c40504" | ||
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb new file mode 100644 index 00000000..99c01593 --- /dev/null +++ b/recipes-qt/qt5/qtquick1_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 22e940b2c97364df12dbdfb51e9fc5a8eaf8d268 | ||
6 | # Author: Timo Jyrinki <timo.jyrinki@canonical.com> | ||
7 | # Date: Fri Feb 8 09:12:41 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 | # last tag before this SRCREV is 5.0.0 | ||
15 | PV = "5.0.0+git${SRCPV}" | ||
16 | |||
17 | PR = "${INC_PR}.0" | ||
18 | |||
19 | SRCREV = "be48320bb7213edf0fbca481650a0bc6cf203d30" | ||