summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2013-06-20 21:38:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-20 15:12:21 +0100
commitd3027b3e9b8cd78e0f310206b34bfdd457f63d84 (patch)
tree9338f67d12ae93735714898da1428ef9af790a66 /meta/recipes-devtools/tcltk/tcl_8.6.0.bb
parenta58a1e63d70b349b0be65d94abe426871dcbb090 (diff)
downloadpoky-d3027b3e9b8cd78e0f310206b34bfdd457f63d84.tar.gz
tcl: fix unit test boundary year issue
Unit test clock.test check the boundary year 2099 which is not inclusive. Include 2099 to be a valide year number. (From OE-Core rev: c6386c8661f18f6b9104c74345120a56e2330ea4) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_8.6.0.bb')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
index 95556e2a64..7273182720 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
@@ -18,7 +18,8 @@ SRC_URI = "${BASE_SRC_URI} \
18 file://fix_non_native_build_issue.patch \ 18 file://fix_non_native_build_issue.patch \
19 file://fix_issue_with_old_distro_glibc.patch \ 19 file://fix_issue_with_old_distro_glibc.patch \
20 file://no_packages.patch \ 20 file://no_packages.patch \
21 file://tcl-remove-hardcoded-install-path.patch" 21 file://tcl-remove-hardcoded-install-path.patch \
22 file://let-DST-include-year-2099.patch;patchdir=.. "
22 23
23SRC_URI[md5sum] = "573aa5fe678e9185ef2b3c56b24658d3" 24SRC_URI[md5sum] = "573aa5fe678e9185ef2b3c56b24658d3"
24SRC_URI[sha256sum] = "354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade" 25SRC_URI[sha256sum] = "354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade"