Skip to content

Commit

Permalink
Add wpa-cute
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 15, 2023
1 parent 6f60914 commit 6f91c7d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 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 @@ -6,4 +6,5 @@ inherit packagegroup
RDEPENDS:${PN} = "\
jpos-settings \
jpos-weather \
wpa-cute \
"
4 changes: 2 additions & 2 deletions recipes-qt/qt6/qtbase_git.bbappend
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGECONFIG:remove:rpi = "examples tests x11 widgets"
PACKAGECONFIG:append:rpi = " eglfs fontconfig gbm gles2 harfbuzz kms tslib"
PACKAGECONFIG:remove:rpi = "examples tests x11"
PACKAGECONFIG:append:rpi = " fontconfig harfbuzz tslib"
17 changes: 17 additions & 0 deletions recipes-qt/wpa-cute/wpa-cute_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SUMMARY = "wpaCute - A graphical wpa_supplicant front end"
HOMEPAGE = "https://github.com/loh-tar/wpa-cute"
LICENSE = "BSD-3-Clause"

inherit qt6-qmake

SRC_URI = "git://github.com/jpnurmi/wpa-cute.git;protocol=https;branch=install-target"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git/src"
LIC_FILES_CHKSUM = "file://../COPYING;md5=851b70c0422fbbe86d8b2345cc22d2e2"

DEPENDS += "qtbase qtsvg"

RDEPENDS:${PN} += " \
qtbase \
qtsvg \
"

0 comments on commit 6f91c7d

Please sign in to comment.