diff options
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2016j.bb')
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2016j.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016j.bb b/meta/recipes-extended/tzcode/tzcode-native_2016j.bb new file mode 100644 index 0000000000..630fd42d64 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2016j.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | # note that we allow for us to use data later than our code version | ||
| 2 | # | ||
| 3 | SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
| 4 | LICENSE = "PD & BSD & BSD-3-Clause" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ef1a352b901ee7b75a75df8171d6aca7" | ||
| 7 | |||
| 8 | SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
| 9 | http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" | ||
| 10 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" | ||
| 11 | |||
| 12 | SRC_URI[tzcode.md5sum] = "0684b98eb184fab250b6ca946862078d" | ||
| 13 | SRC_URI[tzcode.sha256sum] = "b9effc4fb4051df4a356cbe5857bf99e2fa32e00d8340f2e8a4d58f0c9ccb0b7" | ||
| 14 | SRC_URI[tzdata.md5sum] = "db361d005ac8b30a2d18c5ca38d3e8ab" | ||
| 15 | SRC_URI[tzdata.sha256sum] = "f5ee4e0f115f6c2faee1c4b16193a97338cbd1b503f2cea6c5a768c82ff39dc8" | ||
| 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 | } | ||
