diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-14 02:07:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-21 07:19:05 +0100 |
commit | 6ec3b49c994f855910a3eb1a111f959e7d44c16d (patch) | |
tree | af79f8c22c9b4795b85d36db2dc0a843cdf4a014 /meta/recipes-devtools/tcltk | |
parent | 621d6355869c7490d0a902d4acacbfd2dcdb7129 (diff) | |
download | openembedded-core-6ec3b49c994f855910a3eb1a111f959e7d44c16d.tar.gz openembedded-core-6ec3b49c994f855910a3eb1a111f959e7d44c16d.tar.bz2 openembedded-core-6ec3b49c994f855910a3eb1a111f959e7d44c16d.zip |
tcl: 8.6.3 -> 8.6.4
The LIC_FILES_CHKSUM has been changed since 2 extra spaces in the end
were moved.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.4.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.3.bb) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.3.bb b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb index 73c0d25567..8e92b3e242 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.3.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb @@ -4,12 +4,12 @@ SECTION = "devel/tcltk" # http://www.tcl.tk/software/tcltk/license.html LICENSE = "tcl & BSD-3-Clause" -LIC_FILES_CHKSUM = "file://../license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ - file://../compat/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ - file://../library/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ - file://../macosx/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ - file://../tests/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ - file://../win/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ +LIC_FILES_CHKSUM = "file://../license.terms;md5=058f6229798281bbcac4239c788cfa38 \ + file://../compat/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ + file://../library/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ + file://../macosx/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ + file://../tests/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ + file://../win/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ " DEPENDS = "tcl-native zlib" @@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \ file://alter-includedir.patch \ file://run-ptest \ " -SRC_URI[md5sum] = "db382feca91754b7f93da16dc4cdad1f" -SRC_URI[sha256sum] = "6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005" +SRC_URI[md5sum] = "d7cbb91f1ded1919370a30edd1534304" +SRC_URI[sha256sum] = "9e6ed94c981c1d0c5f5fefb8112d06c6bf4d050a7327e95e71d417c416519c8d" SRC_URI_class-native = "${BASE_SRC_URI}" |