summaryrefslogtreecommitdiff
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:13:36 +0100
commit2c0c78fc777a7dbe098f2518ecbaf24d03227f5d (patch)
tree9e79091debcf5b5bdebe51b96e30d0caf78510f1 /meta/recipes-extended/tzcode/tzcode-native_2011g.bb
parent8216888c1caba6d469a5443ba74fce0f1392792e (diff)
downloadopenembedded-core-2c0c78fc777a7dbe098f2518ecbaf24d03227f5d.tar.gz
openembedded-core-2c0c78fc777a7dbe098f2518ecbaf24d03227f5d.tar.bz2
openembedded-core-2c0c78fc777a7dbe098f2518ecbaf24d03227f5d.tar.xz
openembedded-core-2c0c78fc777a7dbe098f2518ecbaf24d03227f5d.zip
tzcode: Update to 2011i
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 c4ed0ecdb..000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2011g.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-LICENSE = "PD"
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035"
-
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode \
- ftp://elsie.nci.nih.gov/pub/tzdata2011h.tar.gz;name=tzdata"
-
-SRC_URI[tzcode.md5sum] = "ecb564279b28c5b184421c525d997d6c"
-SRC_URI[tzcode.sha256sum] = "636c735d8df1276cc8ab88bc31bb36a21f91ed34e26d181303ecd8fe48021bc2"
-SRC_URI[tzdata.md5sum] = "546d27b6c1e5e1097bd512651815017f"
-SRC_URI[tzdata.sha256sum] = "c098786d053736dd18d4f1fbebdf41554c6fd702a36f75c18f1c66712d2abc24"
-
-S = "${WORKDIR}"
-
-inherit native
-
-do_install () {
- install -d ${D}${bindir}/
- install -m 755 zic ${D}${bindir}/
- install -m 755 zdump ${D}${bindir}/
- install -m 755 tzselect ${D}${bindir}/
-}