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