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:54:35 +0100 |
commit | 2f1daa8e25bfc72d1fd75788a8e70b193accc0cb (patch) | |
tree | 3390d653c2195d60868b6dfd1967dcba08b594e1 /meta/recipes-extended/tzdata | |
parent | 6dc49f00248ffb937de45c4d075907774b4cd8fc (diff) | |
download | openembedded-core-2f1daa8e25bfc72d1fd75788a8e70b193accc0cb.tar.gz openembedded-core-2f1daa8e25bfc72d1fd75788a8e70b193accc0cb.tar.bz2 openembedded-core-2f1daa8e25bfc72d1fd75788a8e70b193accc0cb.zip |
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;
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.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_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" HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" SECTION = "base" LICENSE = "PD" -LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" +LIC_FILES_CHKSUM = "file://asia;beginline=3;endline=4;md5=06468c0e84ef4d4c97045a4a29b08234" DEPENDS = "tzcode-native" PR = "r0" @@ -14,8 +14,8 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \ SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" -SRC_URI[tzdata.md5sum] = "0615fd29def380a917e528433c820368" -SRC_URI[tzdata.sha256sum] = "2f9f8e2d1ae087be5917f60c3946e8dc3fe1068d7738c3395f2125135309e745" +SRC_URI[tzdata.md5sum] = "cfdc2710bd05c26dbd624441d57028f6" +SRC_URI[tzdata.sha256sum] = "33e19e1dd27bda5239812587d72971509a15b59baff7abd692b77ff66f168a82" S = "${WORKDIR}" |