mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
Update tzdata to 2014d
moved build data to an inc file since it changes little. (From OE-Core rev: d5a95dc8985a42bb7e50bc4e7dc6b012d711ff08) 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>
This commit is contained in:
committed by
Richard Purdie
parent
7e7a5def51
commit
920642b711
@@ -12,11 +12,6 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti
|
||||
timezone-australia timezone-europe timezone-indian \
|
||||
timezone-iso3166.tab timezone-pacific timezone-zone.tab"
|
||||
|
||||
SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
|
||||
|
||||
SRC_URI[tzdata.md5sum] = "fa7f3dc1c6f6238253a6f2b850467e2e"
|
||||
SRC_URI[tzdata.sha256sum] = "aa2924e012644de3a6cc3160ffff690cb3afecf350af435daefa43bb669fb8f1"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
DEFAULT_TIMEZONE ?= "Universal"
|
||||
6
meta/recipes-extended/tzdata/tzdata_2014d.bb
Normal file
6
meta/recipes-extended/tzdata/tzdata_2014d.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
|
||||
|
||||
SRC_URI[tzdata.md5sum] = "299b86c0368ecfb321f15d5c408a1d9b"
|
||||
SRC_URI[tzdata.sha256sum] = "4b4966912f5d4a299b0bdf47e6f3103d82dc6a0b5a6b321e2b9d5662597a62f0"
|
||||
|
||||
require tzdata.inc
|
||||
Reference in New Issue
Block a user