From patchwork Wed Oct 19 22:49:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] tzcode-native: update SRC_URI to new IANA location Date: Wed, 19 Oct 2011 22:49:25 -0000 From: Joshua Lock X-Patchwork-Id: 13549 Message-Id: <3cc35dcc701a2d69d2ad051d724460de69bfb718.1319064437.git.josh@linux.intel.com> To: openembedded-core@lists.openembedded.org The TZ database has moved, it's now hosted by IANA. Signed-off-by: Joshua Lock --- .../recipes-extended/tzcode/tzcode-native_2011i.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta/recipes-extended/tzcode/tzcode-native_2011i.bb index 0cdf400..b8ccff0 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2011i.bb @@ -4,8 +4,8 @@ PR = "r0" LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035" -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode \ - ftp://elsie.nci.nih.gov/pub/tzdata2011i.tar.gz;name=tzdata" +SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ + http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" SRC_URI[tzcode.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2" SRC_URI[tzcode.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec"