diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-10-19 10:53:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-20 13:07:16 +0100 |
commit | 6ab99189cd30c89e23bb00a77489eb36331f8c6a (patch) | |
tree | f0a5f82a1f67503ceae8ca4c4e8e5ff0420d893a | |
parent | c4b45581be510015e4def579d80e03fdf1c3ded0 (diff) | |
download | openembedded-core-contrib-6ab99189cd30c89e23bb00a77489eb36331f8c6a.tar.gz |
tzcode-native: update SRC_URI to new IANA location
The TZ database has moved, it's now hosted by IANA.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta/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 0cdf4007ec8..b8ccff04746 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" |