kdreports: upgrade 1.8.50+ -> 1.9.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-28 23:58:46 +01:00
parent 2789798617
commit 2bd0b1caff

View File

@@ -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 & LGPL-2.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
}