diff options
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2013i.bb (renamed from meta/recipes-extended/tzdata/tzdata_2013h.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2013h.bb b/meta/recipes-extended/tzdata/tzdata_2013i.bb index f2b513c96f..4179b44ad6 100644 --- a/meta/recipes-extended/tzdata/tzdata_2013h.bb +++ b/meta/recipes-extended/tzdata/tzdata_2013i.bb | |||
@@ -15,15 +15,15 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti | |||
15 | 15 | ||
16 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | 16 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" |
17 | 17 | ||
18 | SRC_URI[tzdata.md5sum] = "d310abe42cbe87e76ceb69e2c7003c92" | 18 | SRC_URI[tzdata.md5sum] = "8bc69eb75bea496ebe1d5a9ab576702d" |
19 | SRC_URI[tzdata.sha256sum] = "6b9e17e823eec0e09e12f74b452a70be4face1ef14c2fb1917b7c7e60564de27" | 19 | SRC_URI[tzdata.sha256sum] = "1cd56a6ee964143ef0c65229968a5093988335b95e9115235b5e7b7e45e67dda" |
20 | 20 | ||
21 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |
22 | 22 | ||
23 | DEFAULT_TIMEZONE ?= "Universal" | 23 | DEFAULT_TIMEZONE ?= "Universal" |
24 | 24 | ||
25 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ | 25 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ |
26 | factory solar87 solar88 solar89 etcetera backward systemv \ | 26 | factory etcetera backward systemv \ |
27 | " | 27 | " |
28 | # pacificnew | 28 | # pacificnew |
29 | 29 | ||