diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-11-13 16:56:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:12 +0000 |
commit | bd45e51c328a9d992561f9bd217a0a97369bf97b (patch) | |
tree | 47ec2a75f30351636ca9870211f5eab927ac7884 /meta/recipes-devtools | |
parent | 7ce22937fbb80ac8095a5eb4d538a25fe818f094 (diff) | |
download | poky-bd45e51c328a9d992561f9bd217a0a97369bf97b.tar.gz |
tcl: Upgrade to 8.6.3
(From OE-Core rev: 67544ace055f83054a838af6149ae5d070bf4ec5)
Signed-off-by: Chong Lu <Chong.Lu@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')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.3.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb b/meta/recipes-devtools/tcltk/tcl_8.6.3.bb index 75fef0107e..73c0d25567 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.3.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] = "8103eaf6d71acb716a64224492f09d5f" | 27 | SRC_URI[md5sum] = "db382feca91754b7f93da16dc4cdad1f" |
28 | SRC_URI[sha256sum] = "86f7ae5f581dd0904d04415637ab3aef5a50986c1b6d04c340e2b1b0258da9c4" | 28 | SRC_URI[sha256sum] = "6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005" |
29 | 29 | ||
30 | SRC_URI_class-native = "${BASE_SRC_URI}" | 30 | SRC_URI_class-native = "${BASE_SRC_URI}" |
31 | 31 | ||