diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-10 01:51:30 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-10 01:51:30 +0200 |
commit | 63aaf00e0f1039e78edb0e2176a95eb9bfd5972c (patch) | |
tree | 9d33de65219a6057ae1cbe992646adaafdb65ef7 /recipes/tzcode | |
parent | f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8 (diff) |
Revert "vala[-native]: add 0.8.0.69"
This reverts commit f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.
Diffstat (limited to 'recipes/tzcode')
-rw-r--r-- | recipes/tzcode/tzcode-native_2010f.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb index 6c361ac272..f2fbffdb70 100644 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ b/recipes/tzcode/tzcode-native_2010f.bb @@ -1,16 +1,16 @@ 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/tzdata2010g.tar.gz;name=tzdata-2010g \ - " +# 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-2010g.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" -SRC_URI[tzdata-2010g.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" +SRC_URI[tzdata-2010h.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" +SRC_URI[tzdata-2010h.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" |