aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tzcode
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-10 01:37:26 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-10 01:38:38 +0200
commitf57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8 (patch)
treece9c2a253f11ae9603aee5089c07ef62138103f1 /recipes/tzcode
parent0525ccd0ca281d525203e290198455b39da0852a (diff)
downloadopenembedded-f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.tar.gz
vala[-native]: add 0.8.0.69
Diffstat (limited to 'recipes/tzcode')
-rw-r--r--recipes/tzcode/tzcode-native_2010f.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb
index f2fbffdb70..6c361ac272 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
-# 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"
-
+# 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 \
+ "
SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656"
SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e"
-SRC_URI[tzdata-2010h.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e"
-SRC_URI[tzdata-2010h.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d"
+SRC_URI[tzdata-2010g.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4"
+SRC_URI[tzdata-2010g.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.1"