Files
meta-qt5-extra/recipes-kdab/kdreports/kdreports_git.bb
Andreas Müller ddba018d05 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:27:16 +01:00

25 lines
703 B
BlitzBasic

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"
LIC_FILES_CHKSUM = " \
file://LICENSE.txt;md5=d988404a6396edf41e7f8cbb2db3c185 \
"
inherit cmake_qt5_extra
DEPENDS += " \
qtbase \
kdcharts \
"
SRC_URI = "git://github.com/KDAB/KDReports.git;branch=master;protocol=https"
SRCREV = "47728293e7842140d36a7861cf4316f2c1cbd795"
S = "${WORKDIR}/git"
PV = "1.9.0"
do_install:append() {
# these have gone wild / qmake was always pain
rm -r ${D}/usr/mkspecs
}