diff options
author | Ian Reinhart Geiser <igeiser@devonit.com> | 2013-01-04 21:14:01 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:22:02 +0200 |
commit | 269ce3d01c4241cbff082ad339d42e7cd177b327 (patch) | |
tree | 0d1f5fd1f2698a2381e348a87bf4ee9ed93feef3 | |
parent | 3c0d8a8287b3e9ce8d02a1b808ded19e8aed0781 (diff) | |
download | meta-qt5-269ce3d01c4241cbff082ad339d42e7cd177b327.tar.gz |
qtimageformats: 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/qtimageformats.inc | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtimageformats_5.0.0.bb | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtimageformats.inc b/recipes-qt/qt5/qtimageformats.inc new file mode 100644 index 00000000..8c28b2b4 --- /dev/null +++ b/recipes-qt/qt5/qtimageformats.inc | |||
@@ -0,0 +1,3 @@ | |||
1 | require qt5module.inc | ||
2 | |||
3 | INC_PR = "r0" | ||
diff --git a/recipes-qt/qt5/qtimageformats_5.0.0.bb b/recipes-qt/qt5/qtimageformats_5.0.0.bb new file mode 100644 index 00000000..21812a94 --- /dev/null +++ b/recipes-qt/qt5/qtimageformats_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] = "cf2955d48e5674bfad6def4dd3acacca" | ||
13 | SRC_URI[sha256sum] = "9280f13cdc58b02ab4562538fc381afa36df071564e0404a2ee48ecd0af659c6" | ||