[oe-commits] Florian Boor : tzcode: 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: ebf40862c230088cdcb3300e7dfe01ee86dffe7f
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=ebf40862c230088cdcb3300e7dfe01ee86dffe7f

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

tzcode: Update download location to IANA server which is still working.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/tzcode/tzcode-native.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc
index b946e71..469a6d7 100644
--- a/recipes/tzcode/tzcode-native.inc
+++ b/recipes/tzcode/tzcode-native.inc
@@ -1,9 +1,9 @@
 DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-INC_PR = "r4"
+INC_PR = "r5"
 
 SRC_URI = " \
-        ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
-        ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
+        ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
+        ftp://ftp.iana.org/tz/releases/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
 	"
 
 inherit native





More information about the Openembedded-commits mailing list