From ab16701262aef54de1d472ebc91438a839cb0cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Nov 2022 22:13:12 +0100 Subject: [PATCH] kdreports: upgrade 1.9.0 -> 2.2.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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-kdab/kdreports/kdreports_git.bb b/recipes-kdab/kdreports/kdreports_git.bb index d89393223..82c43337d 100644 --- a/recipes-kdab/kdreports/kdreports_git.bb +++ b/recipes-kdab/kdreports/kdreports_git.bb @@ -1,8 +1,9 @@ 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 = "(LGPL-2.1-only | LGPL-3.0-only) & (GPL-2.0-only | GPL-3.0-only ) | KDAB-Commercial" +LICENSE = "BSD-3-Clause & MIT" LIC_FILES_CHKSUM = " \ - file://LICENSE.txt;md5=d988404a6396edf41e7f8cbb2db3c185 \ + file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \ + file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663 \ " inherit cmake_qt5_extra @@ -13,9 +14,9 @@ DEPENDS += " \ " SRC_URI = "git://github.com/KDAB/KDReports.git;branch=master;protocol=https" -SRCREV = "47728293e7842140d36a7861cf4316f2c1cbd795" +SRCREV = "a5095bd266b5d4697978e1a3042481edd72c2c3f" S = "${WORKDIR}/git" -PV = "1.9.0" +PV = "2.2.0" do_install:append() { # these have gone wild / qmake was always pain