Skip to content

Commit

Permalink
Add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 14, 2023
1 parent aeef26a commit d92b06b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes-jpos/packagegroups/packagegroup-jpos.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ LICENSE = "GPL-3.0-only"
inherit packagegroup

RDEPENDS:${PN} = "\
settings \
weather \
"
2 changes: 2 additions & 0 deletions recipes-jpos/settings/settings_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ 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"

DEPENDS += "qtbase qtdeclarative qtdeclarative-native qtvirtualkeyboard"

0 comments on commit d92b06b

Please sign in to comment.