summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-11-03 22:53:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-06 22:46:45 +0000
commit2e4a7df41cfc20df1120d688e7b90985205fb860 (patch)
treef76888d985f5acf9eb77413679fe32081599f03d
parenta778a2b6dbe60ba9846ce85945864cd3fad0ddc7 (diff)
downloadpoky-2e4a7df41cfc20df1120d688e7b90985205fb860.tar.gz
tzcode: update to 2016i
Changes to code The code should now be buildable on AmigaOS merely by setting the appropriate Makefile variables. (From a patch by Carsten Larsen.) (From OE-Core rev: d2b8c4ee535684f5d874082a7f76efbda1907ea5) (From OE-Core rev: 04de62b4edbe57310cd0b0857a7b0d08b885c38a) 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>
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2016i.bb (renamed from meta/recipes-extended/tzcode/tzcode-native_2016h.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016h.bb b/meta/recipes-extended/tzcode/tzcode-native_2016i.bb
index 3032eaf470..af55668672 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2016h.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2016i.bb
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef1a352b901ee7b75a75df8171d6aca7"
8SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ 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" 9 http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
10 10
11SRC_URI[tzcode.md5sum] = "00c20689d996dea4cf5b45504724ce8f" 11SRC_URI[tzcode.md5sum] = "8fae14cba9396462955b7859cf04ba48"
12SRC_URI[tzcode.sha256sum] = "30e62f0b86a78fb020d378b950930da023ca31b1a58f08d8fb2066627c4d6566" 12SRC_URI[tzcode.sha256sum] = "411e8adcb6288b17d6c2624fde65e7d82654ca69b813ae121504ff66f0cfba7b"
13SRC_URI[tzdata.md5sum] = "878f0ec3fd9e4026ea11dd1b649a315a" 13SRC_URI[tzdata.md5sum] = "73912ecfa6a9a8048ddf2e719d9bc39d"
14SRC_URI[tzdata.sha256sum] = "da1b74fc2dec2ce8b64948dafb0bfc2f923c830d421a7ae4d016226135697a64" 14SRC_URI[tzdata.sha256sum] = "b6966ec982ef64fe48cebec437096b4f57f4287519ed32dde59c86d3a1853845"
15 15
16S = "${WORKDIR}" 16S = "${WORKDIR}"
17 17