diff options
author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-08 10:04:54 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-05 12:56:35 +0200 |
commit | d0c0704464893b193962689b66a9d2d90b163f32 (patch) | |
tree | b8466eafa2a18cbf55063e0164a11b5666ff9106 | |
parent | 92881cd8a426b83153860fde6dd7d17c2958ee82 (diff) | |
download | meta-qt5-d0c0704464893b193962689b66a9d2d90b163f32.tar.gz |
qtscript: 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/qtscript.inc | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtscript_5.0.0.bb | 13 | ||||
-rw-r--r-- | recipes-qt/qt5/qtscript_git.bb | 19 |
3 files changed, 35 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtscript.inc b/recipes-qt/qt5/qtscript.inc new file mode 100644 index 00000000..8c28b2b4 --- /dev/null +++ b/recipes-qt/qt5/qtscript.inc | |||
@@ -0,0 +1,3 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | INC_PR = "r0" | ||
diff --git a/recipes-qt/qt5/qtscript_5.0.0.bb b/recipes-qt/qt5/qtscript_5.0.0.bb new file mode 100644 index 00000000..8328271e --- /dev/null +++ b/recipes-qt/qt5/qtscript_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] = "0759bd132e46fb6d95451764018f3a92" | ||
13 | SRC_URI[sha256sum] = "8722e48c5f1f989ae920288fb4f5176ae5563775442d9f0aec1fc2e79869fb5f" | ||
diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb new file mode 100644 index 00000000..006dccf8 --- /dev/null +++ b/recipes-qt/qt5/qtscript_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 7a09d123cb29129419dea33c4e2ef0217b339a44 | ||
6 | # Author: Timo Jyrinki <timo.jyrinki@canonical.com> | ||
7 | # Date: Fri Feb 8 08:54:39 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 = "e27e5bade2407e022f1814eaaf6cea8bb6741465" | ||