diff --git a/recipes-jpos/packagegroups/packagegroup-jpos.bb b/recipes-jpos/packagegroups/packagegroup-jpos.bb index ab0aa34..c6dc224 100644 --- a/recipes-jpos/packagegroups/packagegroup-jpos.bb +++ b/recipes-jpos/packagegroups/packagegroup-jpos.bb @@ -6,4 +6,5 @@ inherit packagegroup RDEPENDS:${PN} = "\ jpos-settings \ jpos-weather \ + wpa-cute \ " diff --git a/recipes-qt/qt6/qtbase_git.bbappend b/recipes-qt/qt6/qtbase_git.bbappend index d5ca3c1..17a7196 100644 --- a/recipes-qt/qt6/qtbase_git.bbappend +++ b/recipes-qt/qt6/qtbase_git.bbappend @@ -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" diff --git a/recipes-qt/wpa-cute/wpa-cute_git.bb b/recipes-qt/wpa-cute/wpa-cute_git.bb new file mode 100644 index 0000000..3d5c7cf --- /dev/null +++ b/recipes-qt/wpa-cute/wpa-cute_git.bb @@ -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/loh-tar/wpa-cute.git;protocol=https;branch=master" +SRCREV = "${AUTOREV}" +S = "${WORKDIR}/git/src" +LIC_FILES_CHKSUM = "file://../COPYING;md5=851b70c0422fbbe86d8b2345cc22d2e2" + +DEPENDS += "qtbase qtsvg" + +RDEPENDS:${PN} += " \ + qtbase \ + qtsvg \ +"