diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-13 22:02:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-21 07:20:26 +0100 |
commit | b3a9979ec1151d6927f962d29c4c8044f58ac82b (patch) | |
tree | abd7a80df6816c9f9089624f01a731212e4d991c /meta/recipes-extended | |
parent | 3a6f221634ecc4c5a3d99bdf354774cd99a59e31 (diff) | |
download | poky-b3a9979ec1151d6927f962d29c4c8044f58ac82b.tar.gz |
tzcode: update to 2015c
Changes affecting commentary
Mention the TZUpdater tool.
Mention "The Time Now". (Thanks to Brandon Ramsey.)
(From OE-Core rev: a9b726ae096132517c7992e025d7b001837bd9bd)
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_2015b.bb | 10 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2015c.bb | 11 |
2 files changed, 11 insertions, 10 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015b.bb b/meta/recipes-extended/tzcode/tzcode-native_2015b.bb deleted file mode 100644 index a4ec72d159..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2015b.bb +++ /dev/null | |||
@@ -1,10 +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/tzdata2015b.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "f073a7c9bca7f9fe408491f826e92968" | ||
7 | SRC_URI[tzcode.sha256sum] = "e668f1235b998c90e43ecc93c8535728c65bb01d6bb93d22467e04b5ffa35d76" | ||
8 | SRC_URI[tzdata.md5sum] = "75571bb17c7b6be88a9f8872e45bc726" | ||
9 | SRC_URI[tzdata.sha256sum] = "556ac1a5b3a371adc1ad4e77138f78ddd7f8ddd7bc2b52545924598c7dc8ad62" | ||
10 | require tzcode-native.inc | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015c.bb b/meta/recipes-extended/tzcode/tzcode-native_2015c.bb new file mode 100644 index 0000000000..02cb9bc727 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2015c.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/tzdata2015c.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "182c85e99be2bcc6b77d9956c8c0dcce" | ||
7 | SRC_URI[tzcode.sha256sum] = "7feeb1a60dff8b179c884f6e3aa7684606f4eaeb7f7ecc61a6bb81e3e38af42e" | ||
8 | SRC_URI[tzdata.md5sum] = "4b4a3e344786198c46909e5afde08788" | ||
9 | SRC_URI[tzdata.sha256sum] = "860fac5f5f57f7a2dfc1ba682dbd1f5c0f0b597f761571277b6ed6561e22365a" | ||
10 | |||
11 | require tzcode-native.inc | ||