File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
recipes-jpos/packagegroups Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ inherit packagegroup
6
6
RDEPENDS :${PN} = "\
7
7
jpos-settings \
8
8
jpos-weather \
9
+ wpa-cute \
9
10
"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
4
4
5
5
inherit qt6 -qmake
6
6
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 "
8
8
SRCREV = "${AUTOREV} "
9
9
S = "${WORKDIR} /git/src"
10
10
LIC_FILES_CHKSUM = "file://../COPYING;md5=851b70c0422fbbe86d8b2345cc22d2e2"
@@ -15,3 +15,8 @@ RDEPENDS:${PN} += " \
15
15
qtbase \
16
16
qtsvg \
17
17
"
18
+
19
+ do_install () {
20
+ install -d ${D}${bindir}
21
+ install -m 0755 ${B} /wpa -cute ${D}${bindir}
22
+ }
You can’t perform that action at this time.
0 commit comments