diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-24 14:38:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:59:50 +0100 |
commit | b69bf51625157d6752788fabc10a4222d9717185 (patch) | |
tree | 5d306a905a6d293400015cd48e435446c16d6ce0 /meta/recipes-extended/tzcode | |
parent | b23855fd0bbd06d79bffc03fadf5012908df72d4 (diff) | |
download | poky-b69bf51625157d6752788fabc10a4222d9717185.tar.gz |
tzcode: update to 2015d
Changes affecting code
zic has some minor performance improvements.
(From OE-Core rev: 3ab7e247b0662a1791169f16424abec426885f80)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzcode')
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2015c.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2015d.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015c.bb b/meta/recipes-extended/tzcode/tzcode-native_2015c.bb deleted file mode 100644 index 02cb9bc727..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2015c.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/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 | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015d.bb b/meta/recipes-extended/tzcode/tzcode-native_2015d.bb new file mode 100644 index 0000000000..44a9f03096 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2015d.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/tzdata2015d.tar.gz;name=tzdata" | ||
5 | |||
6 | SRC_URI[tzcode.md5sum] = "4008a3abc025a398697b2587c48258b9" | ||
7 | SRC_URI[tzcode.sha256sum] = "221af54ec5c42eaf0101159ffe1256a883d1c14c46228d42774c656a56317128" | ||
8 | SRC_URI[tzdata.md5sum] = "b595bdc4474b8fc1a15cffc67c66025b" | ||
9 | SRC_URI[tzdata.sha256sum] = "8b9f5008277f09e251e97dba7813f56168d691115bda90ade4638d72f296d531" | ||
10 | |||
11 | require tzcode-native.inc | ||