diff options
| author | Armin Kuster <akuster808@gmail.com> | 2014-05-28 14:21:39 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 17:53:40 +0100 |
| commit | d87d9e6fde18b082e5537bbd7d0fa7ea49544c2a (patch) | |
| tree | 7fb064cb74e625b56aa64156a459da859b23326b /meta/recipes-extended/tzcode/tzcode-native_2013i.bb | |
| parent | 5c0975f0a6683b70bc05e1d1703247592d80ab25 (diff) | |
| download | poky-d87d9e6fde18b082e5537bbd7d0fa7ea49544c2a.tar.gz | |
Update tzcode to 2014c
(From OE-Core rev: 3fa9508521d27e17bfe1a0aeb15d7fc2377218cd)
Signed-off-by: Armin Kuster <akuster@mvista.com>
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_2013i.bb')
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2013i.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013i.bb b/meta/recipes-extended/tzcode/tzcode-native_2013i.bb deleted file mode 100644 index cfedc5b89d..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2013i.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "Timezone zoneinfo utils (zic, zdump, tzselect)" | ||
| 2 | LICENSE = "PD & BSD" | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=0b7570113550eb5d30aa4bd220964b8f" | ||
| 5 | |||
| 6 | # note that we allow for us to use data later than our code version | ||
| 7 | # | ||
| 8 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
| 9 | ftp://ftp.iana.org/tz/releases/tzdata2013i.tar.gz;name=tzdata" | ||
| 10 | |||
| 11 | SRC_URI[tzcode.md5sum] = "86154c8b0cfb47f4e2027ecaa2ec547a" | ||
| 12 | SRC_URI[tzcode.sha256sum] = "63bba6790afc1cb2ea0af2b998a35fc237e247608140dbe4e08b4216a8c31358" | ||
| 13 | |||
| 14 | SRC_URI[tzdata.md5sum] = "8bc69eb75bea496ebe1d5a9ab576702d" | ||
| 15 | SRC_URI[tzdata.sha256sum] = "1cd56a6ee964143ef0c65229968a5093988335b95e9115235b5e7b7e45e67dda" | ||
| 16 | |||
| 17 | S = "${WORKDIR}" | ||
| 18 | |||
| 19 | inherit native | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | install -d ${D}${bindir}/ | ||
| 23 | install -m 755 zic ${D}${bindir}/ | ||
| 24 | install -m 755 zdump ${D}${bindir}/ | ||
| 25 | install -m 755 tzselect ${D}${bindir}/ | ||
| 26 | } | ||
