summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-04-10 00:06:08 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 08:03:23 -0700
commite820a14e073a9cf649761551ffa4cd4fd3571180 (patch)
treea642ce8967e777f972fe1b4878aaec29cea9a3be
parent7c62c49ef490f6bac21ce7d9effabda59ed372d0 (diff)
downloadmeta-openembedded-e820a14e073a9cf649761551ffa4cd4fd3571180.tar.gz
ttyd: add new recipe
ttyd is a simple command-line tool for sharing terminal over the web. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb b/meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb
new file mode 100644
index 0000000000..8f4a1d3211
--- /dev/null
+++ b/meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb
@@ -0,0 +1,11 @@
1SUMMARY = "ttyd is a simple command-line tool for sharing terminal over the web."
2SECTION = "console/network"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4fe5f001c65f923d49dc96cce96ce935"
5
6SRC_URI = "git://github.com/tsl0922/ttyd.git;protocol=https;branch=main;tag=${PV}"
7SRCREV = "40e79c706be14029b391f369bee6613c31667abb"
8
9inherit cmake
10
11DEPENDS = "libuv json-c zlib libwebsockets"