diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-07-08 17:22:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:42:04 +0100 |
| commit | 73ebab2dca09a7b8c992aee8e31b8f54ebcd7cec (patch) | |
| tree | 3c8b425566b13c04fc2a28e8c2074f9334f2be0a /meta/recipes-extended/tzcode/tzcode-native_2013c.bb | |
| parent | 7f7fb8be07f97224df1b287f4d21fb78551a4da3 (diff) | |
| download | poky-73ebab2dca09a7b8c992aee8e31b8f54ebcd7cec.tar.gz | |
tzcode-native: Update to 2013d
(From OE-Core rev: 54ee014d1e595ebac12afeebb350ba32af3e25e9)
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, 0 insertions, 25 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013c.bb b/meta/recipes-extended/tzcode/tzcode-native_2013c.bb deleted file mode 100644 index 5f562cbab6..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2013c.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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 | } | ||
