diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-05-07 15:23:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:29 +0100 |
| commit | 74d5aa7e1d5197c783fced40c4a371978bf92df6 (patch) | |
| tree | cb3c83c25c14c29b2bac7881396a238e32272011 /meta/recipes-extended/tzcode/tzcode-native_2013c.bb | |
| parent | dd957f68d597a501b50ee547566fcae09ae4db86 (diff) | |
| download | poky-74d5aa7e1d5197c783fced40c4a371978bf92df6.tar.gz | |
tzcode: Update to 2013c
(From OE-Core rev: 69daeb9b99c7a2e56813bbe13741ae55aa075972)
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_2013c.bb')
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2013c.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013c.bb b/meta/recipes-extended/tzcode/tzcode-native_2013c.bb new file mode 100644 index 0000000000..5f562cbab6 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2013c.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
| 2 | LICENSE = "PD" | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27" | ||
| 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/tzdata2013b.tar.gz;name=tzdata" | ||
| 10 | |||
| 11 | SRC_URI[tzcode.md5sum] = "69d333d829802af4475707e32fa01681" | ||
| 12 | SRC_URI[tzcode.sha256sum] = "e46ee931927273108db1c6b5ab86c37210e903536a910b35a5699a08799bd6f0" | ||
| 13 | SRC_URI[tzdata.md5sum] = "489dbca77d1f2e287a3987ca047bb246" | ||
| 14 | SRC_URI[tzdata.sha256sum] = "70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2" | ||
| 15 | |||
| 16 | S = "${WORKDIR}" | ||
| 17 | |||
| 18 | inherit native | ||
| 19 | |||
| 20 | do_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 | } | ||
