diff options
author | Armin Kuster <akuster@mvista.com> | 2016-06-14 14:50:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-23 14:26:15 +0100 |
commit | 4bd8e679e75493a64438a079ce3372c68b76d470 (patch) | |
tree | 1f974818b285d4b85a947a79ae92ab751f45267b /meta | |
parent | 313ae0a7693e14c2497227cd8acc6b473bd88421 (diff) | |
download | poky-4bd8e679e75493a64438a079ce3372c68b76d470.tar.gz |
tzcode: update to 2016e
V2: typo in title (jet lagged)
Changes to code
zic now outputs a dummy transition at time 2**31 - 1 in zones
whose POSIX-style TZ strings contain a '<'. This mostly works
around Qt bug 53071 <https://bugreports.qt.io/browse/QTBUG-53071>.
(Thanks to Zhanibek Adilbekov for reporting the Qt bug.)
Changes affecting documentation and commentary
tz-link.htm says why governments should give plenty of notice for
time zone or DST changes, and refers to Matt Johnson's blog post.
tz-link.htm mentions Tzdata for Elixir. (Thanks to Matt Johnson.)
(From OE-Core rev: 5f3340e5c966f4233e0cd4ec468b20a1fd5a7346)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2016e.bb (renamed from meta/recipes-extended/tzcode/tzcode-native_2016d.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016d.bb b/meta/recipes-extended/tzcode/tzcode-native_2016e.bb index 4b5ab86926..78af639676 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2016d.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2016e.bb | |||
@@ -9,10 +9,11 @@ SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz | |||
9 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" | 9 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" |
10 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" | 10 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" |
11 | 11 | ||
12 | SRC_URI[tzcode.md5sum] = "06fc6fc111cd8dd681abdc5326529afd" | 12 | SRC_URI[tzcode.md5sum] = "6e6d3f0046a9383aafba8c2e0708a3a3" |
13 | SRC_URI[tzcode.sha256sum] = "a8f33d6f87aef7e109e4769fc7f6e63637d52d07ddf6440a1a50df3d9a34e0ca" | 13 | SRC_URI[tzcode.sha256sum] = "57d8c4fcd5e8a90657d0e298eac5effb1a642119c92308db68d13a4612fa459e" |
14 | SRC_URI[tzdata.md5sum] = "14bf84b6c2cdab0a9428991e0150ebe6" | 14 | |
15 | SRC_URI[tzdata.sha256sum] = "d9554dfba0efd76053582bd89e8c7036ef12eee14fdd506675b08a5b59f0a1b4" | 15 | SRC_URI[tzdata.md5sum] = "43f9f929a8baf0dd2f17efaea02c2d2a" |
16 | SRC_URI[tzdata.sha256sum] = "ba00f899f18dc4048d7fa21f5e1fdef434496084eedc06f6caa15e5ecdb6bd81" | ||
16 | 17 | ||
17 | S = "${WORKDIR}" | 18 | S = "${WORKDIR}" |
18 | 19 | ||