Skip to content

Commit f689f13

Browse files
committed
tui-sh: add separate tui-sh recipe
Signed-off-by: Michał Iwanicki <[email protected]>
1 parent 051097d commit f689f13

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
88
PV = "0.1+git${SRCPV}"
99

1010
SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=tui-sh"
11-
SRCREV = "34a6e45915c05bbebdc3baa5590ce1cd1e6aec95"
11+
SRCREV = "508faf9e4e9f95d8f715adbd7d06866f4d9a8637"
1212

1313
S = "${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

3535
do_configure[noexec] = "1"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

0 commit comments

Comments
 (0)