summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorbaruch@tkos.co.il <baruch@tkos.co.il>2024-06-05 20:30:15 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-07 09:11:54 -0700
commita8976d9d3b20be6f23702b3b5d2bac789d68f5d4 (patch)
treef06196b1d44b635a3db53cbc4e81e82fa31fcf17 /meta-oe/recipes-devtools
parenta45050c6433818e2196bc9e9ceaf2fb9ceec7095 (diff)
downloadmeta-openembedded-a8976d9d3b20be6f23702b3b5d2bac789d68f5d4.tar.gz
sexpect: add new recipe
sexpect is an expect like utility that is designed in the client/server model. This makes it suitable for use in shell script to control multiple interactive programs from a single script. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb b/meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb
new file mode 100644
index 000000000..1b064faf1
--- /dev/null
+++ b/meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb
@@ -0,0 +1,12 @@
1SUMMARY = "sexpect is another implementation of Expect which is specifically designed for Shell scripts"
2HOMEPAGE = "https://github.com/clarkwang/sexpect"
3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
5
6BRANCH = "master"
7SRC_URI = "git://github.com/clarkwang/sexpect;branch=${BRANCH};protocol=https"
8SRCREV = "532a52d36aae442b7fe1ce20a59effd1dbc6e6fe"
9
10S = "${WORKDIR}/git"
11
12inherit cmake