diff options
| author | Armin Kuster <akuster808@gmail.com> | 2016-07-06 18:35:13 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-27 08:33:38 +0100 |
| commit | 6dca3c67c31cc9456594b9e0bc53bafd1d36878c (patch) | |
| tree | 0a697ac567221519d2a20e68d07ffe9d864c7d16 /meta/recipes-extended/tzcode/tzcode-native_2016f.bb | |
| parent | 88023056fe453706897e9848ba238368d7412c26 (diff) | |
| download | poky-6dca3c67c31cc9456594b9e0bc53bafd1d36878c.tar.gz | |
tzcode-native: update to 2016f
changes done in data
(From OE-Core rev: 29377fa91a5f679909d582317c2b53d1f2e5da88)
(From OE-Core rev: b4c4ba05f52904cceb792a6d4863ffab1f471359)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzcode/tzcode-native_2016f.bb')
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2016f.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016f.bb b/meta/recipes-extended/tzcode/tzcode-native_2016f.bb new file mode 100644 index 0000000000..a50a2845d9 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2016f.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=76ae2becfcb9a685041c6f166b44c2c2" | ||
| 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 | |||
| 11 | SRC_URI[tzcode.md5sum] = "b93618bb84e38dee102e0e41ec9d13e2" | ||
| 12 | SRC_URI[tzcode.sha256sum] = "72325f384490a310eeb2ea0fab7e6f011a5be19adab2ff9d83bf9d1993b066ed" | ||
| 13 | |||
| 14 | SRC_URI[tzdata.md5sum] = "b20b3c1618db1984aac685e763de001d" | ||
| 15 | SRC_URI[tzdata.sha256sum] = "ed8c951008d12f1db55a11e96fc055718c6571233327d9de16a7f8475e2502b0" | ||
| 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 | } | ||
