diff --git a/recipes-jpos/settings/settings_git.bb b/recipes-jpos/settings/settings_git.bb new file mode 100644 index 0000000..7d315af --- /dev/null +++ b/recipes-jpos/settings/settings_git.bb @@ -0,0 +1,10 @@ +SUMMARY = "Settings" +HOMEPAGE = "https://github.com/jpnurmi/jpos-settings" +LICENSE = "GPL-3.0-only" + +inherit qt6-cmake + +SRC_URI = "git://github.com/jpnurmi/jpos-settings.git;protocol=https;branch=main" +SRCREV = "${AUTOREV}" +S = "${WORKDIR}/git" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=75d892af193fd5a298f724c4377d8f62"