summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2011i.bb')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2011i.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
deleted file mode 100644
index a23a5d5240..0000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
2LICENSE = "PD"
3PR = "r1"
4
5LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035"
6
7SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
8 ftp://ftp.iana.org/tz/releases/tzdata2011n.tar.gz;name=tzdata"
9
10SRC_URI[tzcode.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2"
11SRC_URI[tzcode.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec"
12SRC_URI[tzdata.md5sum] = "20dbfb28efa008ddbf6dd34601ea40fa"
13SRC_URI[tzdata.sha256sum] = "a343e542486b2b8ebdeca474eed79f1c04f69420ca943c2b9bdea1d2385e38cd"
14
15
16S = "${WORKDIR}"
17
18inherit native
19
20do_install () {
21 install -d ${D}${bindir}/
22 install -m 755 zic ${D}${bindir}/
23 install -m 755 zdump ${D}${bindir}/
24 install -m 755 tzselect ${D}${bindir}/
25}