summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzcode/tzcode-native_2017a.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2017-03-24 09:01:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-04 11:12:11 +0000
commit25c21cc639020449e6a1a09916ccf286dcab3142 (patch)
tree1e31ab26f72dd5c32c86e9a62cadce3a8b904f49 /meta/recipes-extended/tzcode/tzcode-native_2017a.bb
parent7942f0c6f475acc2619ee64f1d27bc03d8bf21a2 (diff)
downloadpoky-25c21cc639020449e6a1a09916ccf286dcab3142.tar.gz
tzcode: update to 2017b
Briefly: Haiti has resumed DST. Changes to past and future time stamps Haiti resumed observance of DST in 2017. (Thanks to Steffen Thorsen.) Changes to past time stamps Liberia changed from -004430 to +00 on 1972-01-07, not 1972-05-01. Use "MMT" to abbreviate Liberia's time zone before 1972, as "-004430" is one byte over the POSIX limit. (Problem reported by Derick Rethans.) (From OE-Core rev: 1d92651465e5cc5c7b234ed1646eb869e9afe699) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2017a.bb')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2017a.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017a.bb b/meta/recipes-extended/tzcode/tzcode-native_2017a.bb
deleted file mode 100644
index 2c26744f33..0000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2017a.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1# note that we allow for us to use data later than our code version
2#
3SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
4LICENSE = "PD & BSD & BSD-3-Clause"
5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ef1a352b901ee7b75a75df8171d6aca7"
7
8SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \
9 http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
10UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
11
12SRC_URI[tzcode.md5sum] = "eef0bfac7a52dce6989a7d8b40d86fe0"
13SRC_URI[tzcode.sha256sum] = "02f2c6b58b99edd0d47f0cad34075b359fd1a4dab71850f493b0404ded3b38ac"
14SRC_URI[tzdata.md5sum] = "cb8274cd175f8a4d9d1b89895df876dc"
15SRC_URI[tzdata.sha256sum] = "df3a5c4d0a2cf0cde0b3f35796ccf6c9acfd598b8e70f8dece5404cd7626bbd6"
16
17S = "${WORKDIR}"
18
19inherit native
20
21EXTRA_OEMAKE += "cc=${CC}"
22
23do_install () {
24 install -d ${D}${bindir}/
25 install -m 755 zic ${D}${bindir}/
26 install -m 755 zdump ${D}${bindir}/
27 install -m 755 tzselect ${D}${bindir}/
28}