Skip to content

Commit

Permalink
Manual install target for wpa-cute
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 16, 2023
1 parent 2c1ba4d commit 3745c56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 \
"
7 changes: 6 additions & 1 deletion recipes-qt/wpa-cute/wpa-cute_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"

inherit qt6-qmake

SRC_URI = "git://github.com/jpnurmi/wpa-cute.git;protocol=https;branch=install-target"
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"
Expand All @@ -15,3 +15,8 @@ RDEPENDS:${PN} += " \
qtbase \
qtsvg \
"

do_install() {
install -d ${D}${bindir}
install -m 0755 ${B}/wpa-cute ${D}${bindir}
}

0 comments on commit 3745c56

Please sign in to comment.