Files
meta-qt5-extra/recipes-liri/liri-platformtheme/liri-platformtheme_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

22 lines
411 B
BlitzBasic

SUMMARY = "Qt platform theme plugin for apps integration with Liri "
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = " \
file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
"
inherit liri
DEPENDS += " \
qtquickcontrols2 \
liri-qtgsettings \
"
PV = "1.0.0+git${SRCPV}"
SRCREV = "fa9bdf9f4efb494e3a5703f33c990013e4d5a99b"
S = "${WORKDIR}/git"
FILES:${PN} += " \
${OE_QMAKE_PATH_PLUGINS} \
"