aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/quazip
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2017-08-06 17:17:04 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-08 20:46:15 +0200
commit17d94b798abd0216e2d2fd5f1408523eabee6893 (patch)
treefe9897edf775c70da9dd9c013dac15e5ba0cbb89 /recipes-qt/quazip
parent0b41b62ca5b69112c1afd4736a96b41fc4c4bea9 (diff)
quazip: update to 0.7.3 and add missing metadata
The license checksum has changed as a static linking exception has been added on top of the LGPL 2.1 license. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/quazip')
-rw-r--r--recipes-qt/quazip/quazip_0.7.2.bb13
-rw-r--r--recipes-qt/quazip/quazip_0.7.3.bb15
2 files changed, 15 insertions, 13 deletions
diff --git a/recipes-qt/quazip/quazip_0.7.2.bb b/recipes-qt/quazip/quazip_0.7.2.bb
deleted file mode 100644
index 6b09cf9c..00000000
--- a/recipes-qt/quazip/quazip_0.7.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
-DEPENDS = "qtbase"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
-SRC_URI[md5sum] = "84163487a4c3470781c93e5f56c4ca43"
-SRC_URI[sha256sum] = "91d827fbcafd099ae814cc18a8dd3bb709da6b8a27c918ee1c6c03b3f29440f4"
-
-inherit qmake5
-
-EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
-EXTRA_QMAKEVARS_POST += "SUBDIRS=${BPN}"
diff --git a/recipes-qt/quazip/quazip_0.7.3.bb b/recipes-qt/quazip/quazip_0.7.3.bb
new file mode 100644
index 00000000..970204e5
--- /dev/null
+++ b/recipes-qt/quazip/quazip_0.7.3.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package"
+HOMEPAGE = "http://quazip.sourceforge.net/"
+BUGTRACKER = "https://sourceforge.net/p/quazip/bugs/"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=910d778aab53617cbaf13c4e1810e289"
+DEPENDS = "qtbase"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
+SRC_URI[md5sum] = "2ba7dd8b1d6dd588374c9fab5c46e76e"
+SRC_URI[sha256sum] = "2ad4f354746e8260d46036cde1496c223ec79765041ea28eb920ced015e269b5"
+
+inherit qmake5
+
+EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
+EXTRA_QMAKEVARS_POST += "SUBDIRS=${BPN}"