From 937745a7961493508d80d10896650fdf918a2e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 28 Jan 2021 23:58:46 +0100 Subject: [PATCH] kdreports: upgrade 1.8.50+ -> 1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kdab/kdreports/kdreports_git.bb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/recipes-kdab/kdreports/kdreports_git.bb b/recipes-kdab/kdreports/kdreports_git.bb index 31ad1c2f..48c794d9 100644 --- a/recipes-kdab/kdreports/kdreports_git.bb +++ b/recipes-kdab/kdreports/kdreports_git.bb @@ -1,11 +1,8 @@ SUMMARY = "Qt library for generating printable and exportable reports" DESCRIPTION = "Qt library for generating printable and exportable reports from code and from XML descriptions" -LICENSE = "(GPLv2 & LGPLv2.1 ) | KDAB-Commercial | KDAB-Commercial-US" +LICENSE = "(LGPL-2.1 | LGPL-3.0) & (GPL-2.0 | GPL-3.0 ) | KDAB-Commercial" LIC_FILES_CHKSUM = " \ - file://LICENSE.GPL.txt;md5=fa70ea33eec42152e9d40dfb8310b70c \ - file://LICENSE.LGPL.txt;md5=cce5e510cd6a04c95c4b4910d22559fe \ - file://LICENSE.US.txt;md5=affebebb336655a41db530c5594f7dff \ - file://LICENSE.txt;md5=129d14735385614fe7b1d5eee63674a5 \ + file://LICENSE.txt;md5=d988404a6396edf41e7f8cbb2db3c185 \ " inherit cmake_qt5_extra @@ -16,6 +13,12 @@ DEPENDS += " \ " SRC_URI = "git://github.com/KDAB/KDReports.git" -SRCREV = "2a7defbef34399838739f87f42c7d36c198b1611" +SRCREV = "47728293e7842140d36a7861cf4316f2c1cbd795" S = "${WORKDIR}/git" -PV = "1.8.50+git${SRCPV}" +PV = "1.9.0" + +do_install_append() { + # these have gone wild / qmake was always pain + rm -r ${D}/usr/mkspecs +} +