Skip to content

Commit 3745c56

Browse files
committed
Manual install target for wpa-cute
1 parent 2c1ba4d commit 3745c56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

recipes-jpos/packagegroups/packagegroup-jpos.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ inherit packagegroup
66
RDEPENDS:${PN} = "\
77
jpos-settings \
88
jpos-weather \
9+
wpa-cute \
910
"

recipes-qt/wpa-cute/wpa-cute_git.bb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
44

55
inherit qt6-qmake
66

7-
SRC_URI = "git://github.com/jpnurmi/wpa-cute.git;protocol=https;branch=install-target"
7+
SRC_URI = "git://github.com/loh-tar/wpa-cute.git;protocol=https;branch=master"
88
SRCREV = "${AUTOREV}"
99
S = "${WORKDIR}/git/src"
1010
LIC_FILES_CHKSUM = "file://../COPYING;md5=851b70c0422fbbe86d8b2345cc22d2e2"
@@ -15,3 +15,8 @@ RDEPENDS:${PN} += " \
1515
qtbase \
1616
qtsvg \
1717
"
18+
19+
do_install() {
20+
install -d ${D}${bindir}
21+
install -m 0755 ${B}/wpa-cute ${D}${bindir}
22+
}

0 commit comments

Comments
 (0)