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:06:29 +0000 |
commit | 67544ace055f83054a838af6149ae5d070bf4ec5 (patch) | |
tree | c5b86be7b10527c5a08cd5bd664af59a41fc50b1 /meta/recipes-devtools/tcltk | |
parent | a9a588ec3dcb62f5b61c64371b19ebd3ac9bc80c (diff) | |
download | openembedded-core-67544ace055f83054a838af6149ae5d070bf4ec5.tar.gz openembedded-core-67544ace055f83054a838af6149ae5d070bf4ec5.tar.bz2 openembedded-core-67544ace055f83054a838af6149ae5d070bf4ec5.zip |
tcl: Upgrade to 8.6.3
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-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} \ file://alter-includedir.patch \ file://run-ptest \ " -SRC_URI[md5sum] = "8103eaf6d71acb716a64224492f09d5f" -SRC_URI[sha256sum] = "86f7ae5f581dd0904d04415637ab3aef5a50986c1b6d04c340e2b1b0258da9c4" +SRC_URI[md5sum] = "db382feca91754b7f93da16dc4cdad1f" +SRC_URI[sha256sum] = "6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005" SRC_URI_class-native = "${BASE_SRC_URI}" |