diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-06-08 17:48:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-11 13:55:00 +0100 |
commit | b2846ba4d3143c3651eb30d53a58b7c817fdb3ac (patch) | |
tree | 4d6de012af2b336414dc320cec75c59cdf3b0131 | |
parent | 287fabd66fc21149cccac6e5a10c2b927c1ba557 (diff) | |
download | poky-b2846ba4d3143c3651eb30d53a58b7c817fdb3ac.tar.gz |
tzdata: upgrade to 2012c
Other changes:
- the licence header shifted one line down, hence the start/end lines
used to compute the MD5 sum were incremented by 1;
(From OE-Core rev: 2f1daa8e25bfc72d1fd75788a8e70b193accc0cb)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2012c.bb (renamed from meta/recipes-extended/tzdata/tzdata_2012b.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2012b.bb b/meta/recipes-extended/tzdata/tzdata_2012c.bb index 7cb1c237e1..fab8e01411 100644 --- a/meta/recipes-extended/tzdata/tzdata_2012b.bb +++ b/meta/recipes-extended/tzdata/tzdata_2012c.bb | |||
@@ -2,7 +2,7 @@ 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=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" | 5 | LIC_FILES_CHKSUM = "file://asia;beginline=3;endline=4;md5=06468c0e84ef4d4c97045a4a29b08234" |
6 | DEPENDS = "tzcode-native" | 6 | DEPENDS = "tzcode-native" |
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r0" |
@@ -14,8 +14,8 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \ | |||
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] = "0615fd29def380a917e528433c820368" | 17 | SRC_URI[tzdata.md5sum] = "cfdc2710bd05c26dbd624441d57028f6" |
18 | SRC_URI[tzdata.sha256sum] = "2f9f8e2d1ae087be5917f60c3946e8dc3fe1068d7738c3395f2125135309e745" | 18 | SRC_URI[tzdata.sha256sum] = "33e19e1dd27bda5239812587d72971509a15b59baff7abd692b77ff66f168a82" |
19 | 19 | ||
20 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
21 | 21 | ||