From 269ce3d01c4241cbff082ad339d42e7cd177b327 Mon Sep 17 00:00:00 2001 From: Ian Reinhart Geiser Date: Fri, 4 Jan 2013 21:14:01 -0500 Subject: [PATCH] qtimageformats: Add module * MJ: simplified to use newer classes * MJ: Add license information Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtimageformats.inc | 3 +++ recipes-qt/qt5/qtimageformats_5.0.0.bb | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 recipes-qt/qt5/qtimageformats.inc create mode 100644 recipes-qt/qt5/qtimageformats_5.0.0.bb diff --git a/recipes-qt/qt5/qtimageformats.inc b/recipes-qt/qt5/qtimageformats.inc new file mode 100644 index 0000000000..8c28b2b416 --- /dev/null +++ b/recipes-qt/qt5/qtimageformats.inc @@ -0,0 +1,3 @@ +require qt5module.inc + +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 0000000000..21812a94fe --- /dev/null +++ b/recipes-qt/qt5/qtimageformats_5.0.0.bb @@ -0,0 +1,13 @@ +require ${PN}.inc +require qt5-${PV}.inc + +# LICENSE files are missing in 5.0.0 +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ + file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ + file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ +" + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "cf2955d48e5674bfad6def4dd3acacca" +SRC_URI[sha256sum] = "9280f13cdc58b02ab4562538fc381afa36df071564e0404a2ee48ecd0af659c6"