diff options
author | Armin Kuster <akuster808@gmail.com> | 2014-09-30 08:47:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:36:12 +0100 |
commit | 91c2fc9fbf770a188274f7d63d85a413b5828b21 (patch) | |
tree | b3164dc83f03497f2af6b19d8ac009a66f4c1bb4 /meta | |
parent | c34775f8864f9bf9a2b32af1e3a803f7d84e11ba (diff) | |
download | poky-91c2fc9fbf770a188274f7d63d85a413b5828b21.tar.gz |
tzcode-native: update to 2014h
(From OE-Core rev: c50e5f1bc8c597ad055a243bef4591a7cfee6355)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2014g.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2014h.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014g.bb b/meta/recipes-extended/tzcode/tzcode-native_2014g.bb deleted file mode 100644 index 55e591a5a4..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2014g.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # note that we allow for us to use data later than our code version | ||
2 | # | ||
3 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
4 | ftp://ftp.iana.org/tz/releases/tzdata2014g.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "f154679d48b724fe191efc19b55abd24" | ||
7 | SRC_URI[tzcode.sha256sum] = "df555fa4ad57cc7394812941d6d037b8c7ecea55e9916eaf4cd2adcb3403af7a" | ||
8 | SRC_URI[tzdata.md5sum] = "f9f59425e55b21d2e52bb3a95fc17b8d" | ||
9 | SRC_URI[tzdata.sha256sum] = "5547d5b7a982f7f53fffe68cb2a13692553f591a17d58c8ef15b20679d82a270" | ||
10 | |||
11 | require tzcode-native.inc | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014h.bb b/meta/recipes-extended/tzcode/tzcode-native_2014h.bb new file mode 100644 index 0000000000..87c5f23847 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2014h.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | # note that we allow for us to use data later than our code version | ||
2 | # | ||
3 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
4 | ftp://ftp.iana.org/tz/releases/tzdata2014h.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "8e7741fc769ebdd94d95e5f2c3adbb60" | ||
7 | SRC_URI[tzcode.sha256sum] = "a4d9788a1bb0aa314eae4986ee991425b83ecc47da0e84f626735846be1dbf44" | ||
8 | SRC_URI[tzdata.md5sum] = "ed05111948beba8a0f30956baa46b272" | ||
9 | SRC_URI[tzdata.sha256sum] = "e78152f616fb07c1dea124215ffca57d0de66d8897e00896086542e3de30f69e" | ||
10 | |||
11 | require tzcode-native.inc | ||