diff options
author | Radu Moisan <radu.moisan@intel.com> | 2012-08-02 10:04:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 23:21:12 +0100 |
commit | 85c005d71c30bc5de61f9a9eb9818f37183af54b (patch) | |
tree | b76e6dd75c91967bfb24f52dc9b02dffb08697bd /meta/recipes-extended | |
parent | cecf2b48be24298bd85bfa21f8e1644e8a41727a (diff) | |
download | poky-85c005d71c30bc5de61f9a9eb9818f37183af54b.tar.gz |
tzdata: Upgrade tzdata to upstream 2012d
(From OE-Core rev: 89012452873181c0ad801022ec3b4851715a2e0a)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2012d.bb (renamed from meta/recipes-extended/tzdata/tzdata_2012c.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2012c.bb b/meta/recipes-extended/tzdata/tzdata_2012d.bb index bce787f4a9..605bf2493a 100644 --- a/meta/recipes-extended/tzdata/tzdata_2012c.bb +++ b/meta/recipes-extended/tzdata/tzdata_2012d.bb | |||
@@ -2,10 +2,10 @@ DESCRIPTION = "Timezone data" | |||
2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" | 2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "PD" | 4 | LICENSE = "PD" |
5 | LIC_FILES_CHKSUM = "file://asia;beginline=3;endline=4;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 = "r1" | 8 | PR = "r0" |
9 | 9 | ||
10 | RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarctica \ | 10 | RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarctica \ |
11 | timezone-arctic timezone-asia timezone-atlantic \ | 11 | timezone-arctic timezone-asia timezone-atlantic \ |
@@ -14,8 +14,8 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti | |||
14 | 14 | ||
15 | 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" |
16 | 16 | ||
17 | SRC_URI[tzdata.md5sum] = "cfdc2710bd05c26dbd624441d57028f6" | 17 | SRC_URI[tzdata.md5sum] = "fc0f54b76054800394f8c366ea1eeea7" |
18 | SRC_URI[tzdata.sha256sum] = "33e19e1dd27bda5239812587d72971509a15b59baff7abd692b77ff66f168a82" | 18 | SRC_URI[tzdata.sha256sum] = "46c0e92a7aa89c3cfe571b585ceb6958bb444604aea3e09587f2cbe474c95575" |
19 | 19 | ||
20 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
21 | 21 | ||