From patchwork Thu Jul 12 19:11:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic,2/2] tzdata: update SRC_URI Date: Thu, 12 Jul 2012 19:11:16 -0000 From: Apelete Seketeli X-Patchwork-Id: 31825 Message-Id: <1342120276-15557-3-git-send-email-apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Cc: Kristoffer Ericson Update the SRC_URI of tzdata.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli --- recipes/tzdata/tzdata.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc index dd5c2c9..c9997d3 100644 --- a/recipes/tzdata/tzdata.inc +++ b/recipes/tzdata/tzdata.inc @@ -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;name=tar" +SRC_URI = "http://tzmirror.sunbase.org/tzfiles/oldtz/tzdata${PV}.tar.gz;name=tar" S = "${WORKDIR}"