diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-01-30 17:15:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-02 12:39:52 +0000 |
commit | ccc543570b96bb1f1efefd5ed79469da142cafd3 (patch) | |
tree | 0e261e71e2e06627b2510a242b80cbac7eeb852e /meta | |
parent | 4d1cfbfde4be2b0f19f40fbf46f880b658afaeb8 (diff) | |
download | openembedded-core-ccc543570b96bb1f1efefd5ed79469da142cafd3.tar.gz openembedded-core-ccc543570b96bb1f1efefd5ed79469da142cafd3.tar.bz2 openembedded-core-ccc543570b96bb1f1efefd5ed79469da142cafd3.zip |
tzcode: update to 2015a leap second changes too
Changes affecting code
tzalloc now scrubs time zone abbreviations compatibly with the way
that tzset always has, by replacing invalid bytes with '_' and by
shortening too-long abbreviations.
tzselect ports to POSIX awk implementations, no longer mishandles
POSIX TZ settings when GNU awk is used, and reports POSIX TZ
settings to the user. (Thanks to Stefan Kuhn.)
Changes affecting build procedure
'make check' now checks for links to links in the data.
One such link (for Africa/Asmera) has been fixed.
(Thanks to Stephen Colebourne for pointing out the problem.)
Changes affecting commentary
The leapseconds file commentary now mentions the expiration date.
(Problem reported by Martin Burnicki.)
Update Mexican Library of Congress URL.
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/tzcode/tzcode-native_2014j.bb | 10 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2015a.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014j.bb b/meta/recipes-extended/tzcode/tzcode-native_2014j.bb deleted file mode 100644 index b76aa33494..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2014j.bb +++ /dev/null @@ -1,10 +0,0 @@ -# note that we allow for us to use data later than our code version -# -SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ - ftp://ftp.iana.org/tz/releases/tzdata2014j.tar.gz;name=tzdata" - -SRC_URI[tzcode.md5sum] = "970119e9765bc5a9320368851c91ecb6" -SRC_URI[tzcode.sha256sum] = "7fd46125464856309fc81fe85a67a61de862b8ab884ce8ca82051f5fa308ede2" -SRC_URI[tzdata.md5sum] = "2d7ea9c309f0d4e162e426e568290ca3" -SRC_URI[tzdata.sha256sum] = "a2d870320694d40535df822ac8074dc629a90e92abafa5d3373314f78ddc0e0d" -require tzcode-native.inc diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015a.bb b/meta/recipes-extended/tzcode/tzcode-native_2015a.bb new file mode 100644 index 0000000000..a0a31d6cfb --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2015a.bb @@ -0,0 +1,10 @@ +# note that we allow for us to use data later than our code version +# +SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ + ftp://ftp.iana.org/tz/releases/tzdata2015a.tar.gz;name=tzdata" + +SRC_URI[tzcode.md5sum] = "8f375ede46ae137fbac047ac431bda37" +SRC_URI[tzcode.sha256sum] = "885bab11f286852f34030d7a86ede7d4126319ca74b8ee22be8ca7c17d72dd19" +SRC_URI[tzdata.md5sum] = "4ed11c894a74a5ea64201b1c6dbb8831" +SRC_URI[tzdata.sha256sum] = "c52490917d00a8e7fc9b5f0b1b65ef6ec76d612b5b20c81bf86a04147af18e4c" +require tzcode-native.inc |