diff options
author | Joe Slater <jslater@windriver.com> | 2013-03-18 13:46:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-19 11:54:22 +0000 |
commit | 79ec8e2711442eb7882ad7db7d3ab97f96484daa (patch) | |
tree | 6eddb21106d20444a8ceafe81409646cb608d1e5 /meta/recipes-extended/tzdata | |
parent | 6c9743d9b9754db97b3447d6d3e172c828aa0185 (diff) | |
download | poky-79ec8e2711442eb7882ad7db7d3ab97f96484daa.tar.gz |
tzcode & tzdata: update to 2013b versions
Rename and modifying existing recipes to use 2013b
versions of time zone.
(From OE-Core rev: ba748709ff01f9a0ea9b1671d509c971a271ed2f)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzdata')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2013b.bb (renamed from meta/recipes-extended/tzdata/tzdata_2012j.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2012j.bb b/meta/recipes-extended/tzdata/tzdata_2013b.bb index 25220cc36e..0b34e851d6 100644 --- a/meta/recipes-extended/tzdata/tzdata_2012j.bb +++ b/meta/recipes-extended/tzdata/tzdata_2013b.bb | |||
@@ -5,8 +5,6 @@ LICENSE = "PD" | |||
5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" | 5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" |
6 | DEPENDS = "tzcode-native" | 6 | DEPENDS = "tzcode-native" |
7 | 7 | ||
8 | PR = "r3" | ||
9 | |||
10 | inherit allarch | 8 | inherit allarch |
11 | 9 | ||
12 | RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarctica \ | 10 | RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarctica \ |
@@ -16,8 +14,8 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti | |||
16 | 14 | ||
17 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | 15 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" |
18 | 16 | ||
19 | SRC_URI[tzdata.md5sum] = "ba2f92ae7ad099090e8f86cff2f2d799" | 17 | SRC_URI[tzdata.md5sum] = "489dbca77d1f2e287a3987ca047bb246" |
20 | SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa" | 18 | SRC_URI[tzdata.sha256sum] = "70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2" |
21 | 19 | ||
22 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
23 | 21 | ||