File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
meta-dts-distro/recipes-dts Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
88PV = "0.1+git${SRCPV} "
99
1010SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=tui-sh"
11- SRCREV = "34a6e45915c05bbebdc3baa5590ce1cd1e6aec95 "
11+ SRCREV = "508faf9e4e9f95d8f715adbd7d06866f4d9a8637 "
1212
1313S = "${WORKDIR} /git"
1414
@@ -26,10 +26,10 @@ RDEPENDS:${PN} = " \
2626 python3-semver \
2727 rpm \
2828 jq \
29- yq \
3029 minio-cli \
3130 dnf \
3231 make \
32+ tui-sh \
3333"
3434
3535do_configure [noexec ] = "1"
Original file line number Diff line number Diff line change 1+ SUMMARY = "TUI library"
2+ HOMEPAGE = "https://github.com/3mdeb/tui-sh"
3+ SECTION = "tools"
4+
5+ LICENSE = "Apache-2.0"
6+ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR} /Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
7+
8+ PV = "0.1+git${SRCPV} "
9+
10+ SRC_URI = "git://github.com/3mdeb/tui-sh;protocol=https;branch=dts"
11+ SRCREV = "7b65ae059d0ba088b24578aef1bb08a5620fc267"
12+
13+ S = "${WORKDIR} /git"
14+
15+ FILES :${PN} += "${libdir} /tui"
16+ RDEPENDS :${PN} = " \
17+ bash \
18+ jq \
19+ yq \
20+ "
21+
22+ do_configure [noexec ] = "1"
23+ do_compile [noexec ] = "1"
24+
25+ do_install () {
26+ install -Dm 644 "${S} /lib/tui-lib.sh" "${D}${libdir} /tui/tui-lib.sh"
27+ }
You can’t perform that action at this time.
0 commit comments