summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzcode/tzcode-native_2011g.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-08-31 22:13:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-02 18:15:30 +0100
commit380f38cfdfc98665896633bcd4b869562e8aca7c (patch)
treef593c86e0e7fcece5ef2e0ebe53a03db700f674e /meta/recipes-extended/tzcode/tzcode-native_2011g.bb
parentc4fbcc5d629d9ccf685dd9ea321686268d1b9986 (diff)
downloadpoky-380f38cfdfc98665896633bcd4b869562e8aca7c.tar.gz
tzcode: Update to 2011i
(From OE-Core rev: 2c0c78fc777a7dbe098f2518ecbaf24d03227f5d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2011g.bb')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2011g.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2011g.bb b/meta/recipes-extended/tzcode/tzcode-native_2011g.bb
deleted file mode 100644
index c4ed0ecdb8..0000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2011g.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
2LICENSE = "PD"
3PR = "r0"
4
5LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035"
6
7SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode \
8 ftp://elsie.nci.nih.gov/pub/tzdata2011h.tar.gz;name=tzdata"
9
10SRC_URI[tzcode.md5sum] = "ecb564279b28c5b184421c525d997d6c"
11SRC_URI[tzcode.sha256sum] = "636c735d8df1276cc8ab88bc31bb36a21f91ed34e26d181303ecd8fe48021bc2"
12SRC_URI[tzdata.md5sum] = "546d27b6c1e5e1097bd512651815017f"
13SRC_URI[tzdata.sha256sum] = "c098786d053736dd18d4f1fbebdf41554c6fd702a36f75c18f1c66712d2abc24"
14
15S = "${WORKDIR}"
16
17inherit native
18
19do_install () {
20 install -d ${D}${bindir}/
21 install -m 755 zic ${D}${bindir}/
22 install -m 755 zdump ${D}${bindir}/
23 install -m 755 tzselect ${D}${bindir}/
24}