[oe-commits] Florian Boor : tzdata: Update download location to IANA server which is still working.

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 23:02:00 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9a588873b9c151be9be723d4239afaf22cd5d4ac
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=9a588873b9c151be9be723d4239afaf22cd5d4ac

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sun Nov  6 23:25:52 2011 +0100

tzdata: Update download location to IANA server which is still working.
Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/tzdata/tzdata.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index 732ebb3..38c20bd 100644
--- a/recipes/tzdata/tzdata.inc
+++ b/recipes/tzdata/tzdata.inc
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "optional"
 DEPENDS = "tzcode-native"
 
-INC_PR = "r9"
+INC_PR = "r10"
 
 DEFAULT_TIMEZONE ?= "Europe/London"
 
@@ -12,7 +12,7 @@ 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://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}"
+SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}"
 
 TZONES= "africa antarctica asia australasia europe northamerica southamerica  \
          factory solar87 solar88 solar89 etcetera backward systemv \





More information about the Openembedded-commits mailing list