diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-03-18 14:43:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:32 +0000 |
commit | 068afc5d436c716591a54f7d6e1944d8b6f9a198 (patch) | |
tree | da8e150dc2f23bae989b18694790f310e8728275 /meta | |
parent | e1402725d16f7a36ed30820abda7b3e60ba61636 (diff) | |
download | poky-068afc5d436c716591a54f7d6e1944d8b6f9a198.tar.gz |
tzdata: update to 2016b
updated SRC_URI to http as it seems more stable.
Changes affecting future time stamps
New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and
Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 on
2016-03-27 at 02:00 local time. They need distinct zones since their
post-1970 histories disagree. New zone Asia/Barnaul for Altai Krai and
Altai Republic, Russia, which will switch from +06 to +07 on the same date
and local time. Also, Asia/Sakhalin moves from +10 to +11 on 2016-03-27
at 02:00. (Thanks to Alexander Krivenyshev for the heads-up, and to
Matt Johnson and Stepan Golosunov for followup.)
As a trial of a new system that needs less information to be made up,
the new zones use numeric time zone abbreviations like "+04"
instead of invented abbreviations like "ASTT".
Haiti will not observe DST in 2016. (Thanks to Jean Antoine via
Steffen Thorsen.)
Palestine's spring-forward transition on 2016-03-26 is at 01:00, not 00:00.
(Thanks to Hannah Kreitem.) Guess future transitions will be March's last
Saturday at 01:00, not March's last Friday at 24:00.
Changes affecting past time stamps
Europe/Chisinau observed DST during 1990, and switched from +04 to
+03 at 1990-05-06 02:00, instead of switching from +03 to +02.
(Thanks to Stepan Golosunov.)
1991 abbreviations in Europe/Samara should be SAMT/SAMST, not
KUYT/KUYST. (Thanks to Stepan Golosunov.)
(From OE-Core rev: d3ab7005f0c899da9f9f132b22861bd5d4f952ba)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2016b.bb (renamed from meta/recipes-extended/tzdata/tzdata_2016a.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2016a.bb b/meta/recipes-extended/tzdata/tzdata_2016b.bb index cacc480ba8..b9e386a652 100644 --- a/meta/recipes-extended/tzdata/tzdata_2016a.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016b.bb | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76ae2becfcb9a685041c6f166b44c2c2" | |||
6 | 6 | ||
7 | DEPENDS = "tzcode-native" | 7 | DEPENDS = "tzcode-native" |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.iana.org/tz/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] = "0d3123eb1b453ec0620822bd65be4c42" | 11 | SRC_URI[tzdata.md5sum] = "f638ec0d4d7a17f001ce475860255c85" |
12 | SRC_URI[tzdata.sha256sum] = "5efa6b324e64ef921ef700ac3273a51895f672684a30e342f68e47871c6a8cd1" | 12 | SRC_URI[tzdata.sha256sum] = "6392091d92556a32de488ea06a055c51bc46b7d8046c8a677f0ccfe286b3dbdc" |
13 | 13 | ||
14 | inherit allarch | 14 | inherit allarch |
15 | 15 | ||