From patchwork Thu Jul 19 17:20:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance,7/9] tzdata: update SRC_URI Date: Thu, 19 Jul 2012 17:20:38 -0000 From: Apelete Seketeli X-Patchwork-Id: 32621 Message-Id: To: openembedded-devel@lists.openembedded.org 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}"