summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/expect/expect_5.45.bb
diff options
context:
space:
mode:
authorLi Zhou <li.zhou@windriver.com>2017-09-29 10:00:21 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-08 22:24:04 +0000
commitaa58a5e9b8c0dc1b8688c7543011254880abd362 (patch)
tree552d5f03cee0c30ffd59b171b63bf7bde9f5d1a5 /meta/recipes-devtools/expect/expect_5.45.bb
parentb9ed0e7b370c208efaddaf5f3e9019c0df126c61 (diff)
downloadpoky-aa58a5e9b8c0dc1b8688c7543011254880abd362.tar.gz
expect: Fix segfaults when Expect clib is used directly from C program
Fix segfaults if Tcl is built with stubs and Expect clib function is used directly from C program. (From OE-Core rev: 44af4f20bfb1fe853ed0b5dfc76bdd2900f47cb0) Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/expect/expect_5.45.bb')
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb
index e2d24e8d85..c9f5aba897 100644
--- a/meta/recipes-devtools/expect/expect_5.45.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.bb
@@ -26,6 +26,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \
26 file://01-example-shebang.patch \ 26 file://01-example-shebang.patch \
27 file://0001-expect-install-scripts-without-using-the-fixline1-tc.patch \ 27 file://0001-expect-install-scripts-without-using-the-fixline1-tc.patch \
28 file://0001-Resolve-string-formatting-issues.patch \ 28 file://0001-Resolve-string-formatting-issues.patch \
29 file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \
29 " 30 "
30SRC_URI[md5sum] = "44e1a4f4c877e9ddc5a542dfa7ecc92b" 31SRC_URI[md5sum] = "44e1a4f4c877e9ddc5a542dfa7ecc92b"
31SRC_URI[sha256sum] = "b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040" 32SRC_URI[sha256sum] = "b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040"