diff options
author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-12-05 09:21:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 22:30:19 +0000 |
commit | aa93957c8353d222961f08e54fe8d4095dad72c1 (patch) | |
tree | ee9faefa5482391e06ddf684accc22265fa85693 /meta | |
parent | 9661c03d684578d1f000ec9cd3c550e9aef78551 (diff) | |
download | poky-aa93957c8353d222961f08e54fe8d4095dad72c1.tar.gz |
tcl: Upgrade to 8.6.9
Upgrade tcl from 8.6.8 to 8.6.9.
(From OE-Core rev: bbe5099ba78369dac861d78e056eb07d1fe6c9d2)
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.9.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb index 4be2e89402..7f3778153a 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
24 | file://alter-includedir.patch \ | 24 | file://alter-includedir.patch \ |
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | " | 26 | " |
27 | SRC_URI[md5sum] = "81656d3367af032e0ae6157eff134f89" | 27 | SRC_URI[md5sum] = "aa0a121d95a0e7b73a036f26028538d4" |
28 | SRC_URI[sha256sum] = "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a" | 28 | SRC_URI[sha256sum] = "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e" |
29 | 29 | ||
30 | SRC_URI_class-native = "${BASE_SRC_URI}" | 30 | SRC_URI_class-native = "${BASE_SRC_URI}" |
31 | 31 | ||