Skip to content

Commit

Permalink
kdreports: upgrade 1.9.0 -> 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Müller <[email protected]>
  • Loading branch information
schnitzeltony committed Nov 6, 2022
1 parent 3d176e6 commit ab16701
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes-kdab/kdreports/kdreports_git.bb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ab16701

Please sign in to comment.