diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-28 21:07:35 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-28 21:08:06 +0100 |
commit | 28bd169f44e2ab8c5a6164d2a10aa344a8c8c576 (patch) | |
tree | 206f2b2590a26f51e5508328741c3bcb12c98fc9 /recipes/tzdata | |
parent | 0ca8e175fef720d658b5188a58d955b3fe7da8b6 (diff) |
tzdata-2009s: fix SRC_URI
Diffstat (limited to 'recipes/tzdata')
-rw-r--r-- | recipes/tzdata/tzdata_2009s.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tzdata/tzdata_2009s.bb b/recipes/tzdata/tzdata_2009s.bb index 17c2dd4f0c..2d406bd094 100644 --- a/recipes/tzdata/tzdata_2009s.bb +++ b/recipes/tzdata/tzdata_2009s.bb @@ -1,3 +1,4 @@ require tzdata.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" + +SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz" PR = "${INC_PR}.0" |