diff options
author | Armin Kuster <akuster@mvista.com> | 2016-03-23 18:21:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:55:48 +0100 |
commit | 0569b695bcc431ab72b86f4a67c9b83ecc34753e (patch) | |
tree | 5a8275b811659710c36381a1954923373ac373d2 /meta/recipes-extended/tzdata | |
parent | a7e726a08e10e53618ed839deecad8ce3cb19f6c (diff) | |
download | poky-0569b695bcc431ab72b86f4a67c9b83ecc34753e.tar.gz |
tzdata: update to 2016c
The 2016c release of the tz code and data is available. Its most urgent change is for Asia/Baku, where the update takes effect this weekend.
This release reflects the following changes, which were either circulated on the tz mailing list or are relatively minor technical or administrative changes:
Changes affecting future time stamps
Azerbaijan no longer observes DST. (Thanks to Steffen Thorsen.)
Chile reverts from permanent to seasonal DST. (Thanks to Juan
Correa for the heads-up, and to Tim Parenti for corrections.)
Guess that future transitions are August's and May's second
Saturdays at 24:00 mainland time. Also, call the period from
2014-09-07 through 2016-05-14 daylight saving time instead of
standard time, as that seems more appropriate now.
Changes affecting past time stamps
Europe/Kaliningrad and Europe/Vilnius changed from +03/+04 to
+02/+03 on 1989-03-26, not 1991-03-31. Europe/Volgograd changed
from +04/+05 to +03/+04 on 1988-03-27, not 1989-03-26.
(Thanks to Stepan Golosunov.)
Changes to commentary
Several updates and URLs for historical and proposed Russian changes.
(Thanks to Stepan Golosunov, Matt Johnson, and Alexander Krivenyshev.)
(From OE-Core rev: 66031bcf8cec2e8e7a6803f2c6cfc2c2ba071ffe)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzdata')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2016c.bb (renamed from meta/recipes-extended/tzdata/tzdata_2016b.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2016b.bb b/meta/recipes-extended/tzdata/tzdata_2016c.bb index b9e386a652..5eb85b7e9a 100644 --- a/meta/recipes-extended/tzdata/tzdata_2016b.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016c.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "tzcode-native" | |||
8 | 8 | ||
9 | SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" | 9 | SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" |
10 | 10 | ||
11 | SRC_URI[tzdata.md5sum] = "f638ec0d4d7a17f001ce475860255c85" | 11 | SRC_URI[tzdata.md5sum] = "0330ccd16140d3b6438a18dae9b34b93" |
12 | SRC_URI[tzdata.sha256sum] = "6392091d92556a32de488ea06a055c51bc46b7d8046c8a677f0ccfe286b3dbdc" | 12 | SRC_URI[tzdata.sha256sum] = "8700d981e6f2007ac037dabb5d2b12f390e8629bbc30e564bc21cf0c069a2d48" |
13 | 13 | ||
14 | inherit allarch | 14 | inherit allarch |
15 | 15 | ||