diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-07-06 18:35:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-12 23:10:03 +0100 |
commit | dc80bf9b092a76f758d01474619cd9db46a1070d (patch) | |
tree | 269d1c9a24e1c367842c32e0f0eacc169fc921be | |
parent | 362ba287eecec475203367f65f9cb20c783cda8d (diff) | |
download | openembedded-core-dc80bf9b092a76f758d01474619cd9db46a1070d.tar.gz openembedded-core-dc80bf9b092a76f758d01474619cd9db46a1070d.tar.bz2 openembedded-core-dc80bf9b092a76f758d01474619cd9db46a1070d.zip |
tzdata: update to 2016f
Changes affecting future time stamps
The Egyptian government changed its mind on short notice, and
Africa/Cairo will not introduce DST starting 2016-07-07 after all.
(Thanks to Mina Samuel.)
Asia/Novosibirsk switches from +06 to +07 on 2016-07-24 at 02:00.
(Thanks to Stepan Golosunov.)
Changes to past and future time stamps
Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone
abbreviations instead of invented ones.
Changes affecting past time stamps
Europe/Minsk's 1992-03-29 spring-forward transition was at 02:00 not 00:00.
(Thanks to Stepan Golosunov.)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2016f.bb (renamed from meta/recipes-extended/tzdata/tzdata_2016e.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2016e.bb b/meta/recipes-extended/tzdata/tzdata_2016f.bb index ac05726064..a66603fff5 100644 --- a/meta/recipes-extended/tzdata/tzdata_2016e.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016f.bb @@ -9,8 +9,8 @@ DEPENDS = "tzcode-native" SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" -SRC_URI[tzdata.md5sum] = "43f9f929a8baf0dd2f17efaea02c2d2a" -SRC_URI[tzdata.sha256sum] = "ba00f899f18dc4048d7fa21f5e1fdef434496084eedc06f6caa15e5ecdb6bd81" +SRC_URI[tzdata.md5sum] = "b20b3c1618db1984aac685e763de001d" +SRC_URI[tzdata.sha256sum] = "ed8c951008d12f1db55a11e96fc055718c6571233327d9de16a7f8475e2502b0" inherit allarch |