summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-10-23 20:00:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-16 10:37:57 +0000
commit19bee74728e1193db86f92a173792a98c4749c85 (patch)
treee280ce20fe37140480a34e4304cb5ea61d2e293e /meta/recipes-extended
parent849863fdaf72a7eb0cda9e1406f3b2c08d27ca79 (diff)
downloadpoky-19bee74728e1193db86f92a173792a98c4749c85.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: 9288b6e699abbf5b314029b0db9230ca159b335a) 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')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2016h.bb (renamed from meta/recipes-extended/tzcode/tzcode-native_2016g.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016g.bb b/meta/recipes-extended/tzcode/tzcode-native_2016h.bb
index a2e6217415..de7d88def2 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2016g.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2016h.bb
@@ -9,10 +9,10 @@ SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz
9 http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" 9 http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
10UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" 10UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
11 11
12SRC_URI[tzcode.md5sum] = "f89867013676e3cb9544be2df7d36a91" 12SRC_URI[tzcode.md5sum] = "00c20689d996dea4cf5b45504724ce8f"
13SRC_URI[tzcode.sha256sum] = "1ff90b47ad7986140a513b5287b1851c40f80fd44fd636db5cc5b46d06f9fa2b" 13SRC_URI[tzcode.sha256sum] = "30e62f0b86a78fb020d378b950930da023ca31b1a58f08d8fb2066627c4d6566"
14SRC_URI[tzdata.md5sum] = "3c7e97ec8527211104d27cc1d97a23de" 14SRC_URI[tzdata.md5sum] = "878f0ec3fd9e4026ea11dd1b649a315a"
15SRC_URI[tzdata.sha256sum] = "3c7137b2bc47323b0de47b77786bacf81ed503d4b2c693ff8ada2fbd1281ebd1" 15SRC_URI[tzdata.sha256sum] = "da1b74fc2dec2ce8b64948dafb0bfc2f923c830d421a7ae4d016226135697a64"
16 16
17S = "${WORKDIR}" 17S = "${WORKDIR}"
18 18