diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-26 23:14:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-26 23:14:11 -0700 |
commit | b3f1fb663dab8935fdd002ff778a85f6c8742a57 (patch) | |
tree | a586a0b671fab4ee2a15eef587553ee32ac6ee16 /recipes | |
parent | e77453c96bcff78774c35efee8c0a9683fc552ba (diff) |
tzdata_2007k.bb: Update SRC_URI
* The tar file is removed from the original url.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tzdata/tzdata_2007k.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tzdata/tzdata_2007k.bb b/recipes/tzdata/tzdata_2007k.bb index ed47039d74..f126a99c3e 100644 --- a/recipes/tzdata/tzdata_2007k.bb +++ b/recipes/tzdata/tzdata_2007k.bb @@ -12,7 +12,7 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \ 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" +SRC_URI = "http://bent.latency.net/bent/darcs/zoneinfo-2007k/src/tzdata${PV}.tar.gz" S = "${WORKDIR}" |