Skip to content

Commit

Permalink
Prepare recipe for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 14, 2023
1 parent 304de6b commit 7fc0632
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes-jpos/settings/settings_git.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7fc0632

Please sign in to comment.