aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tzdata/tzdata.inc
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-04-09 11:17:14 +0400
committerRoman I Khimov <khimov@altell.ru>2010-04-09 23:24:05 +0400
commit533cbf052a92c55a952817fad993e4249e6f2ff0 (patch)
tree5695bc277ccfddbbfc8e6c0f178b870e7b1cd0fe /recipes/tzdata/tzdata.inc
parentd2b59129182890ab9605688ec0a811a803d9fffa (diff)
downloadopenembedded-533cbf052a92c55a952817fad993e4249e6f2ff0.tar.gz
tzdata/tzcode: leave only latest version
I don't see any value in old tzdata/tzcode-native recipes as tzcode is only used to compile tzdata and compiled tzdata should be compatible with any version of glibc and it's good to have it latest. So I think we should only leave latest tzdata version and move that forward whenever someone discovers that elsie.nci.nih.gov dropped that version. Same for tzcode. Add comments to unconditionally move that versions forward whenever there is a new release. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/tzdata/tzdata.inc')
-rw-r--r--recipes/tzdata/tzdata.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index 6d8062eb3c..1f4dfdb7aa 100644
--- a/recipes/tzdata/tzdata.inc
+++ b/recipes/tzdata/tzdata.inc
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "optional"
DEPENDS = "tzcode-native"
-INC_PR = "r6"
+INC_PR = "r7"
DEFAULT_TIMEZONE ?= "Europe/London"
@@ -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 = "http://bent.latency.net/bent/darcs/zoneinfo-${PV}/src/tzdata${PV}.tar.gz"
+SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tar"
S = "${WORKDIR}"