mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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. (From OE-Core rev: ccc543570b96bb1f1efefd5ed79469da142cafd3) (From OE-Core rev: c3f8855b6f09fd4efd187db0080c7f7ed93a6f70) Signed-off-by: Armin Kuster <akuster808@gmail.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>
This commit is contained in:
parent
eebe97cd35
commit
991597a272
|
|
@ -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
|
||||
10
meta/recipes-extended/tzcode/tzcode-native_2015a.bb
Normal file
10
meta/recipes-extended/tzcode/tzcode-native_2015a.bb
Normal file
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user