summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-02-06 15:14:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-07 17:23:05 +0000
commitf359ebd78d9b1335720d7360f7fd2c1d42abbb65 (patch)
treeb7c76f5e4b9b7db2e977293faa108c24a942c078
parent5ddc177fdfed02121d6c432a93412d159a378ff8 (diff)
downloadpoky-f359ebd78d9b1335720d7360f7fd2c1d42abbb65.tar.gz
tzdata: update to 2016a
Changed LIC_CHKSUM_FILES to a new LICENSE file. Add BSD-3-clause to licenses Changes affecting future time stamps America/Cayman will not observe daylight saving this year after all. Revert our guess that it would. (Thanks to Matt Johnson.) Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00. (Thanks to Alexander Krivenyshev.) Asia/Tehran now has DST predictions for the year 2038 and later, to be March 21 00:00 to September 21 00:00. This is likely better than predicting no DST, albeit off by a day every now and then. Changes affecting past and future time stamps America/Metlakatla switched from PST all year to AKST/AKDT on 2015-11-01 at 02:00. (Thanks to Steffen Thorsen.) America/Santa_Isabel has been removed, and replaced with a backward compatibility link to America/Tijuana. Its contents were apparently based on a misreading of Mexican legislation. Changes affecting past time stamps Asia/Karachi's two transition times in 2002 were off by a minute. (Thanks to Matt Johnson.) (From OE-Core rev: 790315dbd2dcb5b2024948ef412f32d2788cb6b5) (From OE-Core rev: 6ebd2689f72b725c1ca493eae77d5a41386ee901) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 39e231cfabda8d75906c935d2a01f37df6121b84) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tzdata/tzdata_2016a.bb (renamed from meta/recipes-extended/tzdata/tzdata_2015g.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015g.bb b/meta/recipes-extended/tzdata/tzdata_2016a.bb
index 5b2afa6a31..6ba5f81b17 100644
--- a/meta/recipes-extended/tzdata/tzdata_2015g.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2016a.bb
@@ -1,15 +1,15 @@
1SUMMARY = "Timezone data" 1SUMMARY = "Timezone data"
2HOMEPAGE = "http://www.iana.org/time-zones" 2HOMEPAGE = "http://www.iana.org/time-zones"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "PD & BSD" 4LICENSE = "PD & BSD & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1 \ 5LIC_FILES_CHKSUM = "file://LICENSE;md5=76ae2becfcb9a685041c6f166b44c2c2"
6 file://README;md5=d0ff93a73dd5bc3c6e724bb4343760f6" 6
7DEPENDS = "tzcode-native" 7DEPENDS = "tzcode-native"
8 8
9SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" 9SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
10 10
11SRC_URI[tzdata.md5sum] = "8d46e8b225b9a04c75f5c39636435ad6" 11SRC_URI[tzdata.md5sum] = "0d3123eb1b453ec0620822bd65be4c42"
12SRC_URI[tzdata.sha256sum] = "b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161" 12SRC_URI[tzdata.sha256sum] = "5efa6b324e64ef921ef700ac3273a51895f672684a30e342f68e47871c6a8cd1"
13 13
14inherit allarch 14inherit allarch
15 15