summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzcode/tzcode-native_2016e.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-07-06 18:35:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-12 23:10:15 +0100
commit824e7f7951266eae9adf776cf10246b2b92d4835 (patch)
treec3c1230ea6979441389a2ed17b0ff3bf44aeda2a /meta/recipes-extended/tzcode/tzcode-native_2016e.bb
parent64c54efa2d2ae35087ba62a8013752734b75017b (diff)
downloadpoky-824e7f7951266eae9adf776cf10246b2b92d4835.tar.gz
tzcode-native: update to 2016f
changes done in data (From OE-Core rev: 29377fa91a5f679909d582317c2b53d1f2e5da88) 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>
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2016e.bb')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2016e.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016e.bb b/meta/recipes-extended/tzcode/tzcode-native_2016e.bb
deleted file mode 100644
index 78af639676..0000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2016e.bb
+++ /dev/null
@@ -1,27 +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=76ae2becfcb9a685041c6f166b44c2c2"
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] = "6e6d3f0046a9383aafba8c2e0708a3a3"
13SRC_URI[tzcode.sha256sum] = "57d8c4fcd5e8a90657d0e298eac5effb1a642119c92308db68d13a4612fa459e"
14
15SRC_URI[tzdata.md5sum] = "43f9f929a8baf0dd2f17efaea02c2d2a"
16SRC_URI[tzdata.sha256sum] = "ba00f899f18dc4048d7fa21f5e1fdef434496084eedc06f6caa15e5ecdb6bd81"
17
18S = "${WORKDIR}"
19
20inherit native
21
22do_install () {
23 install -d ${D}${bindir}/
24 install -m 755 zic ${D}${bindir}/
25 install -m 755 zdump ${D}${bindir}/
26 install -m 755 tzselect ${D}${bindir}/
27}