diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-04-09 11:17:14 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-09 23:24:05 +0400 |
commit | 533cbf052a92c55a952817fad993e4249e6f2ff0 (patch) | |
tree | 5695bc277ccfddbbfc8e6c0f178b870e7b1cd0fe /recipes/tzcode/tzcode-native_2010f.bb | |
parent | d2b59129182890ab9605688ec0a811a803d9fffa (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_2010f.bb')
-rw-r--r-- | recipes/tzcode/tzcode-native_2010f.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb index 937726f532..f2fbffdb70 100644 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ b/recipes/tzcode/tzcode-native_2010f.bb @@ -1,13 +1,13 @@ require tzcode-native.inc # Note that elsie.nci.nih.gov removes old versions when new is coming out -# Other tzcode/tzdata recipes use Gentoo mirrors, but that is unreliable -# wrt older versions too. If you find any stable tzdata/tzcode mirror, please -# fix this URLs -SRC_URI = " \ - ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \ - ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ - " +# So if this doesn't build for you because of missing source file, just +# bump it to the latest available version, removing old one +# Also, tzdata (and it is needed to build tzcode) version can differ from +# tzcode version, thus this variable + +TZDATA_PV = "2010h" + SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" SRC_URI[tzdata-2010h.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" |