summaryrefslogtreecommitdiff
path: root/recipes/tzcode/tzcode-native.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/tzcode/tzcode-native.inc
parentd2b59129182890ab9605688ec0a811a803d9fffa (diff)
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/tzcode/tzcode-native.inc')
-rw-r--r--recipes/tzcode/tzcode-native.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc
index 0d6bd5b767..a3a16da3d6 100644
--- a/recipes/tzcode/tzcode-native.inc
+++ b/recipes/tzcode/tzcode-native.inc
@@ -1,5 +1,10 @@
DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-INC_PR = "r2"
+INC_PR = "r3"
+
+SRC_URI = " \
+ ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \
+ ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \
+ "
S = "${WORKDIR}"