From: Michael 'Mickey' Lauer Date: Mon, 28 Dec 2009 20:07:35 +0000 (+0100) Subject: tzdata-2009s: fix SRC_URI X-Git-Tag: Release-2010-05/1~1127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28bd169f44e2ab8c5a6164d2a10aa344a8c8c576;p=openembedded.git tzdata-2009s: fix SRC_URI --- diff --git a/recipes/tzdata/tzdata_2009s.bb b/recipes/tzdata/tzdata_2009s.bb index 17c2dd4f0c..2d406bd094 100644 --- a/recipes/tzdata/tzdata_2009s.bb +++ b/recipes/tzdata/tzdata_2009s.bb @@ -1,3 +1,4 @@ require tzdata.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" + +SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz" PR = "${INC_PR}.0"