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:20:25 +0100 |
commit | 4b295e5a78abcd0fe521b53d6cff2de6804d0cf8 (patch) | |
tree | bccc48b681aed822a06679f39a607acc24675da6 /meta/recipes-devtools | |
parent | 243985faac4746e2fefa55fc5ae6e0e0e9c23099 (diff) | |
download | poky-4b295e5a78abcd0fe521b53d6cff2de6804d0cf8.tar.gz |
tcl: 8.6.3 -> 8.6.4
The LIC_FILES_CHKSUM has been changed since 2 extra spaces in the end
were moved.
(From OE-Core rev: 6ec3b49c994f855910a3eb1a111f959e7d44c16d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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.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" | |||
4 | 4 | ||
5 | # http://www.tcl.tk/software/tcltk/license.html | 5 | # http://www.tcl.tk/software/tcltk/license.html |
6 | LICENSE = "tcl & BSD-3-Clause" | 6 | LICENSE = "tcl & BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://../license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 7 | LIC_FILES_CHKSUM = "file://../license.terms;md5=058f6229798281bbcac4239c788cfa38 \ |
8 | file://../compat/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 8 | file://../compat/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ |
9 | file://../library/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 9 | file://../library/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ |
10 | file://../macosx/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 10 | file://../macosx/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ |
11 | file://../tests/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 11 | file://../tests/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ |
12 | file://../win/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 12 | file://../win/license.terms;md5=058f6229798281bbcac4239c788cfa38 \ |
13 | " | 13 | " |
14 | 14 | ||
15 | DEPENDS = "tcl-native zlib" | 15 | DEPENDS = "tcl-native zlib" |
@@ -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] = "db382feca91754b7f93da16dc4cdad1f" | 27 | SRC_URI[md5sum] = "d7cbb91f1ded1919370a30edd1534304" |
28 | SRC_URI[sha256sum] = "6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005" | 28 | SRC_URI[sha256sum] = "9e6ed94c981c1d0c5f5fefb8112d06c6bf4d050a7327e95e71d417c416519c8d" |
29 | 29 | ||
30 | SRC_URI_class-native = "${BASE_SRC_URI}" | 30 | SRC_URI_class-native = "${BASE_SRC_URI}" |
31 | 31 | ||