diff options
author | Armin Kuster <akuster@mvista.com> | 2014-08-06 12:07:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:53:04 +0100 |
commit | 39d800d75e0f8ee5474f39cc69271818581072ca (patch) | |
tree | 2f4d6e4cf7f733e21a4d36bce45fcce6c85317a7 | |
parent | 86afd7eb7c679eb065706137f28f44248f3fbc5a (diff) | |
download | poky-39d800d75e0f8ee5474f39cc69271818581072ca.tar.gz |
tzcode: update to 2014f
(From OE-Core rev: 5f1f68763ceeebed2a97c3bb3fe372f4a8fb101e)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2014e.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2014f.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014e.bb b/meta/recipes-extended/tzcode/tzcode-native_2014e.bb deleted file mode 100644 index 405ed60f86..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2014e.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/tzdata2014e.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "552251600ee3571c244d33c7196ec2ed" | ||
7 | SRC_URI[tzcode.sha256sum] = "43ebc426ab4911e222a4487f24289adfd2bc5eb09363a5e77cdabf56374a8c1c" | ||
8 | SRC_URI[tzdata.md5sum] = "8a49fdedd4e832da8e85f7f9bcaedc33" | ||
9 | SRC_URI[tzdata.sha256sum] = "08e243a79051f838d86ac1311a78b74047951302d448024e823b5b7aa71f86c5" | ||
10 | |||
11 | require tzcode-native.inc | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014f.bb b/meta/recipes-extended/tzcode/tzcode-native_2014f.bb new file mode 100644 index 0000000000..d9557ea916 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2014f.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/tzdata2014f.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "1e15be52900cd49e93f093d4731fec96" | ||
7 | SRC_URI[tzcode.sha256sum] = "8c12b56abf614722f0ab7cfc502492063b2c7c5de19563540132b81709ac2555" | ||
8 | SRC_URI[tzdata.md5sum] = "f333b2e8f876221a97871cae0c188aa5" | ||
9 | SRC_URI[tzdata.sha256sum] = "eed690a72124f380bcb14947d398a7a482acb9ab792ae78bd4554e52c5ca2001" | ||
10 | |||
11 | require tzcode-native.inc | ||