]> code.ossystems Code Review - openembedded-core.git/commitdiff
Update tzdata to 2014c
authorArmin Kuster <akuster808@gmail.com>
Wed, 28 May 2014 21:21:38 +0000 (14:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 May 2014 09:32:29 +0000 (10:32 +0100)
Removed solar-time experiment  as per
http://mm.icann.org/pipermail/tz/2013-November/020488.html

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/tzdata/tzdata_2014c.bb [moved from meta/recipes-extended/tzdata/tzdata_2013i.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-extended/tzdata/tzdata_2013i.bb
rename to meta/recipes-extended/tzdata/tzdata_2014c.bb
index 4179b44ad61eeb039c33bb8297f900b270a6d756..457f145827453504c6175468d182cae0d09a439c 100644 (file)
@@ -1,9 +1,8 @@
-SUMMARY = "Timezone database"
+DESCRIPTION = "Timezone data"
 HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/"
 SECTION = "base"
 LICENSE = "PD & BSD"
-LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234 \
-                    file://README;md5=0b7570113550eb5d30aa4bd220964b8f"
+LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234"
 DEPENDS = "tzcode-native"
 
 inherit allarch
@@ -15,8 +14,8 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti
 
 SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
 
-SRC_URI[tzdata.md5sum] = "8bc69eb75bea496ebe1d5a9ab576702d"
-SRC_URI[tzdata.sha256sum] = "1cd56a6ee964143ef0c65229968a5093988335b95e9115235b5e7b7e45e67dda"
+SRC_URI[tzdata.md5sum] = "fa7f3dc1c6f6238253a6f2b850467e2e"
+SRC_URI[tzdata.sha256sum] = "aa2924e012644de3a6cc3160ffff690cb3afecf350af435daefa43bb669fb8f1"
 
 S = "${WORKDIR}"