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 <bar...@tkos.co.il>
---
 meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb

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 000000000000..1b064faf160c
--- /dev/null
+++ b/meta-oe/recipes-devtools/sexpect/sexpect_2.3.14.bb
@@ -0,0 +1,12 @@
+SUMMARY = "sexpect is another implementation of Expect which is specifically 
designed for Shell scripts"
+HOMEPAGE = "https://github.com/clarkwang/sexpect";
+LICENSE = "GPL-3.0-only"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
+
+BRANCH = "master"
+SRC_URI = "git://github.com/clarkwang/sexpect;branch=${BRANCH};protocol=https"
+SRCREV = "532a52d36aae442b7fe1ce20a59effd1dbc6e6fe"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110705): 
https://lists.openembedded.org/g/openembedded-devel/message/110705
Mute This Topic: https://lists.openembedded.org/mt/106508288/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to