aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorApelete Seketeli <apelete@seketeli.net>2012-07-12 20:46:59 +0200
committerApelete Seketeli <apelete@seketeli.net>2012-07-12 20:46:59 +0200
commit197b3b95893dc7e0bfa889bc54d27c4ca7e3df3e (patch)
treeee0f575006e37fabb5c498fea42659eab422c872 /recipes
parent0ac962f0656daf53869cdfa168d2ad846bab1d77 (diff)
downloadopenembedded-197b3b95893dc7e0bfa889bc54d27c4ca7e3df3e.tar.gz
tzcode: update SRC_URI
Update the SRC_URI of tzcode-native.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/tzcode/tzcode-native.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc
index 78ddec5298..d2c711a92d 100644
--- a/recipes/tzcode/tzcode-native.inc
+++ b/recipes/tzcode/tzcode-native.inc
@@ -2,8 +2,8 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
INC_PR = "r4"
SRC_URI = " \
- ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \
- ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \
+ http://tzmirror.sunbase.org/tzfiles/oldtz/tzcode${PV}.tar.gz;name=tzcode-${PV} \
+ http://tzmirror.sunbase.org/tzfiles/oldtz/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \
"
S = "${WORKDIR}"