diff options
author | Armin Kuster <akuster@mvista.com> | 2014-05-30 21:03:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 09:26:03 +0100 |
commit | 7e7a5def5148b210ff9411c4b21d72c3b2523b15 (patch) | |
tree | ce6e549e6a92ffcd4ac0778e202f2d1d72fa0f29 /meta/recipes-extended/tzcode/tzcode-native_2014d.bb | |
parent | e7114046be6e71fb326477dc882adb814ef6a751 (diff) | |
download | poky-7e7a5def5148b210ff9411c4b21d72c3b2523b15.tar.gz |
Update tzcode to 2014d for zic fix
Changes affecting code
zic no longer generates files containing time stamps well before
the Big Bang.
This works around GNOME bug 730332
<https://bugzilla.gnome.org/show_bug.cgi?id=730332>.
(Thanks to Leonardo Chiquitto for reporting the bug, and to
Arthur David Olson and James Cloos for suggesting improvements to
the fix.)
Changes affecting documentation
tz-link.htm now mentions GNOME.
(From OE-Core rev: 5ffc10fcea78d1ad54dbcf854e16b0e2f19116fc)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2014d.bb')
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2014d.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014d.bb b/meta/recipes-extended/tzcode/tzcode-native_2014d.bb new file mode 100644 index 0000000000..8d20158c5b --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2014d.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | # note that we allow for us to use data later than our code version | ||
2 | # | ||
3 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
4 | ftp://ftp.iana.org/tz/releases/tzdata2014d.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "4a0f5f259ba8a2b826fffb1fa26d0134" | ||
7 | SRC_URI[tzcode.sha256sum] = "e9c775bb76c9700521ada77776277c25f8650a22b56d46c9f00f4147970ef13e" | ||
8 | SRC_URI[tzdata.md5sum] = "299b86c0368ecfb321f15d5c408a1d9b" | ||
9 | SRC_URI[tzdata.sha256sum] = "4b4966912f5d4a299b0bdf47e6f3103d82dc6a0b5a6b321e2b9d5662597a62f0" | ||
10 | |||
11 | require tzcode-native.inc | ||