diff options
author | Ian Reinhart Geiser <igeiser@devonit.com> | 2013-01-04 18:34:31 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:22:02 +0200 |
commit | 12259a03ec15d898878dc8b125cdaa7ef15691b0 (patch) | |
tree | 3917c0726135acbc9b0ba38b5dba11758e6193f5 | |
parent | 49fe70cda9cda9d73080751cb97a7719d04db056 (diff) | |
download | meta-qt5-12259a03ec15d898878dc8b125cdaa7ef15691b0.tar.gz |
qtsvg: Add module
* MJ: simplified to use newer classes
* MJ: Add license information
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtsvg.inc | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsvg_5.0.0.bb | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtsvg.inc b/recipes-qt/qt5/qtsvg.inc new file mode 100644 index 00000000..8c28b2b4 --- /dev/null +++ b/recipes-qt/qt5/qtsvg.inc | |||
@@ -0,0 +1,3 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | INC_PR = "r0" | ||
diff --git a/recipes-qt/qt5/qtsvg_5.0.0.bb b/recipes-qt/qt5/qtsvg_5.0.0.bb new file mode 100644 index 00000000..16dd1338 --- /dev/null +++ b/recipes-qt/qt5/qtsvg_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] = "2dbed5aeae30bd492a38ca230e69e038" | ||
13 | SRC_URI[sha256sum] = "be3674b5b058503ba90ae9138fec8de25c2e67a12059e937b3540e50a1ca08cf" | ||