diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-03-01 16:00:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:36:32 -0800 |
commit | 064900f87a179a1e5b37dfc9313baab6351e7875 (patch) | |
tree | 4bbbba073452d44d500be457586d649d43f020ef /meta/recipes-devtools | |
parent | 8f596d485bcbf877432532d55b35575d683f2488 (diff) | |
download | openembedded-core-064900f87a179a1e5b37dfc9313baab6351e7875.tar.gz openembedded-core-064900f87a179a1e5b37dfc9313baab6351e7875.tar.bz2 openembedded-core-064900f87a179a1e5b37dfc9313baab6351e7875.zip |
expect: upgrade 5.45.3 -> 5.45.4
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 \ file://0001-Resolve-string-formatting-issues.patch \ file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \ " -SRC_URI[md5sum] = "a8855cd41c1ef004b9794db9e2a57a9d" -SRC_URI[sha256sum] = "c520717b7195944a69ce1492ec82ca0ac3f3baf060804e6c5ee6d505ea512be9" +SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2" +SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/expect/files/Expect/" UPSTREAM_CHECK_REGEX = "/Expect/(?P<pver>(\d+[\.\-_]*)+)/" |