summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-03-01 16:00:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:43:10 -0800
commit26227695b350056225e9d309defdcd66573b79bb (patch)
treef689e40349501f3b45bf4b276f93060019bc379c
parentff9a4d598919e6f148c01017f2fc8ecc784b722d (diff)
downloadpoky-26227695b350056225e9d309defdcd66573b79bb.tar.gz
expect: upgrade 5.45.3 -> 5.45.4
(From OE-Core rev: 064900f87a179a1e5b37dfc9313baab6351e7875) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.4.bb (renamed from meta/recipes-devtools/expect/expect_5.45.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.3.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb
index 445eca5742..96eacd9293 100644
--- a/meta/recipes-devtools/expect/expect_5.45.3.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.4.bb
@@ -26,8 +26,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \
26 file://0001-Resolve-string-formatting-issues.patch \ 26 file://0001-Resolve-string-formatting-issues.patch \
27 file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \ 27 file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \
28 " 28 "
29SRC_URI[md5sum] = "a8855cd41c1ef004b9794db9e2a57a9d" 29SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2"
30SRC_URI[sha256sum] = "c520717b7195944a69ce1492ec82ca0ac3f3baf060804e6c5ee6d505ea512be9" 30SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34"
31 31
32UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/expect/files/Expect/" 32UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/expect/files/Expect/"
33UPSTREAM_CHECK_REGEX = "/Expect/(?P<pver>(\d+[\.\-_]*)+)/" 33UPSTREAM_CHECK_REGEX = "/Expect/(?P<pver>(\d+[\.\-_]*)+)/"