diff --git a/recipes-liri/liri-platformtheme/liri-platformtheme_git.bb b/recipes-liri/liri-platformtheme/liri-platformtheme_git.bb new file mode 100644 index 00000000..b612380a --- /dev/null +++ b/recipes-liri/liri-platformtheme/liri-platformtheme_git.bb @@ -0,0 +1,21 @@ +SUMMARY = "Qt platform theme plugin for apps integration with Liri " +LICENSE = "GPLv3" +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} \ +"