summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-07-06 18:35:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-12 23:10:14 +0100
commit64c54efa2d2ae35087ba62a8013752734b75017b (patch)
tree6a7ae4ddaa84f7cdfd25e337096f7713ef0c8571
parent56e23aeb1a3ef32af9d2895513fb7db581f141cb (diff)
downloadpoky-64c54efa2d2ae35087ba62a8013752734b75017b.tar.gz
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.) (From OE-Core rev: dc80bf9b092a76f758d01474619cd9db46a1070d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
9SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" 9SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
10UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" 10UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
11 11
12SRC_URI[tzdata.md5sum] = "43f9f929a8baf0dd2f17efaea02c2d2a" 12SRC_URI[tzdata.md5sum] = "b20b3c1618db1984aac685e763de001d"
13SRC_URI[tzdata.sha256sum] = "ba00f899f18dc4048d7fa21f5e1fdef434496084eedc06f6caa15e5ecdb6bd81" 13SRC_URI[tzdata.sha256sum] = "ed8c951008d12f1db55a11e96fc055718c6571233327d9de16a7f8475e2502b0"
14 14
15inherit allarch 15inherit allarch
16 16