summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzcode/tzcode-native_2016g.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-10-23 20:00:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-06 22:46:45 +0000
commit7b85e8c29cb3ac4f5d10c20840b3d82311eb4fe4 (patch)
treec1873ac160810ebd96de093d05ccc94536264efa /meta/recipes-extended/tzcode/tzcode-native_2016g.bb
parentba4fbd376de757a216cc704c24b3894b2c55c8d5 (diff)
downloadpoky-7b85e8c29cb3ac4f5d10c20840b3d82311eb4fe4.tar.gz
tzcode-native: update to 2016h
Changes to code zic no longer mishandles relativizing file names when creating symbolic links like /etc/localtime, when these symbolic links are outside the usual directory hierarchy. This fixes a bug introduced in 2016g. (Problem reported by Andreas Stieger.) (From OE-Core rev: 9c5de646e01a83219be74e99dcf7c1e56ba38b53) (From OE-Core rev: 491cddc2f9e2557897a0ee254702bd83624c104c) Signed-off-by: Armin Kuster <akuster@mvista.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_2016g.bb')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2016g.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016g.bb b/meta/recipes-extended/tzcode/tzcode-native_2016g.bb
deleted file mode 100644
index 8e4c42810d..0000000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2016g.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1# note that we allow for us to use data later than our code version
2#
3SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
4LICENSE = "PD & BSD & BSD-3-Clause"
5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ef1a352b901ee7b75a75df8171d6aca7"
7
8SRC_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
11SRC_URI[tzcode.md5sum] = "f89867013676e3cb9544be2df7d36a91"
12SRC_URI[tzcode.sha256sum] = "1ff90b47ad7986140a513b5287b1851c40f80fd44fd636db5cc5b46d06f9fa2b"
13SRC_URI[tzdata.md5sum] = "3c7e97ec8527211104d27cc1d97a23de"
14SRC_URI[tzdata.sha256sum] = "3c7137b2bc47323b0de47b77786bacf81ed503d4b2c693ff8ada2fbd1281ebd1"
15
16S = "${WORKDIR}"
17
18inherit native
19
20do_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}