diff options
-rw-r--r-- | meta-oe/recipes-extended/tzcode/tzcode-native.inc | 6 | ||||
-rw-r--r-- | meta-oe/recipes-extended/tzdata/tzdata.inc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native.inc b/meta-oe/recipes-extended/tzcode/tzcode-native.inc index b946e71fbc..2f9f17663a 100644 --- a/meta-oe/recipes-extended/tzcode/tzcode-native.inc +++ b/meta-oe/recipes-extended/tzcode/tzcode-native.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | 1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" |
2 | INC_PR = "r4" | 2 | INC_PR = "r5" |
3 | 3 | ||
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \ | 5 | http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \ |
6 | ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \ | 6 | http://www.iana.org/time-zones/repository/releases/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit native | 9 | inherit native |
diff --git a/meta-oe/recipes-extended/tzdata/tzdata.inc b/meta-oe/recipes-extended/tzdata/tzdata.inc index ceec924de1..94f73d83c7 100644 --- a/meta-oe/recipes-extended/tzdata/tzdata.inc +++ b/meta-oe/recipes-extended/tzdata/tzdata.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Timezone data" | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | DEPENDS = "tzcode-native" | 3 | DEPENDS = "tzcode-native" |
4 | 4 | ||
5 | INC_PR = "r10" | 5 | INC_PR = "r11" |
6 | 6 | ||
7 | DEFAULT_TIMEZONE ?= "Europe/London" | 7 | DEFAULT_TIMEZONE ?= "Europe/London" |
8 | 8 | ||
@@ -11,7 +11,7 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti | |||
11 | timezone-australia timezone-europe timezone-indian \ | 11 | timezone-australia timezone-europe timezone-indian \ |
12 | timezone-iso3166.tab timezone-pacific timezone-zone.tab" | 12 | timezone-iso3166.tab timezone-pacific timezone-zone.tab" |
13 | 13 | ||
14 | SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}" | 14 | SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}" |
15 | 15 | ||
16 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ | 16 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ |
17 | factory solar87 solar88 solar89 etcetera backward systemv \ | 17 | factory solar87 solar88 solar89 etcetera backward systemv \ |