aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzcode/tzcode-native_2013d.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-07 18:24:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:54:34 +0100
commit063f67f5ecbe6edc226e1a25b5b8387881592c34 (patch)
treeb4e68202920c159b10bf57da544264eee9b3a33c /meta/recipes-extended/tzcode/tzcode-native_2013d.bb
parentbb19c6c88abcfb0cb2c6279dc2b0e4f348e34a9e (diff)
downloadopenembedded-core-contrib-063f67f5ecbe6edc226e1a25b5b8387881592c34.tar.gz
tzcode: Update to 2013g
The updated README now mentions that some files are derived from BSD, so update the LICENSE to be PD & BSD. 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_2013d.bb')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2013d.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013d.bb b/meta/recipes-extended/tzcode/tzcode-native_2013d.bb
deleted file mode 100644
index af21151054..0000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2013d.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-LICENSE = "PD"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27"
-
-# note that we allow for us to use data later than our code version
-#
-SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
- ftp://ftp.iana.org/tz/releases/tzdata2013d.tar.gz;name=tzdata"
-
-SRC_URI[tzdata.md5sum] = "65b6818162230fc02f86f293376c73df"
-SRC_URI[tzdata.sha256sum] = "cd1c96f0676e0edceebc6a418a2222ffb05becb41180dd9f847b9c7cef303b04"
-
-SRC_URI[tzcode.md5sum] = "4616a9560270f180eeb9a08540636890"
-SRC_URI[tzcode.sha256sum] = "2d9eb90c94644cddb74a490d1184ef9f88efcaa7a2b1bf88be0ee9eeeab707b6"
-
-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}/
-}