diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-05-14 17:28:32 +0200 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-05-14 22:38:09 +0400 |
commit | 0715d00535d32404bf42e0f3d31ad66bb6f20514 (patch) | |
tree | adf97810947a11305dc7bf2c1a871ac6c933a46c /recipes/tzcode | |
parent | 40c5906ebe86137fd03b5ebe6e501339710dc26d (diff) |
tzcode-native: update to 2010j
Update checksums; tzdata version bumps to 2010j as well.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Diffstat (limited to 'recipes/tzcode')
-rw-r--r-- | recipes/tzcode/tzcode-native_2010f.bb | 16 | ||||
-rw-r--r-- | recipes/tzcode/tzcode-native_2010j.bb | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb deleted file mode 100644 index 8585de2a16..0000000000 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ /dev/null @@ -1,16 +0,0 @@ -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 = "2010i" - -SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" -SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" -SRC_URI[tzdata-2010i.md5sum] = "4d2a90afd5bffe8df97f3def245e178e" -SRC_URI[tzdata-2010i.sha256sum] = "bee0a26cca54db3413416d968c0a6361d83188b112d2512559d0e3602f254dc3" - -PR = "${INC_PR}.2" diff --git a/recipes/tzcode/tzcode-native_2010j.bb b/recipes/tzcode/tzcode-native_2010j.bb new file mode 100644 index 0000000000..7e1ae7786c --- /dev/null +++ b/recipes/tzcode/tzcode-native_2010j.bb @@ -0,0 +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 = "2010j" + +SRC_URI[tzcode-2010j.md5sum] = "5ba8345720296d3a659b349b2052d139" +SRC_URI[tzcode-2010j.sha256sum] = "f32b46405190e3a5f1ee4db9fb50aaf1379e6af4e5493402ebfc8ee757058e97" +SRC_URI[tzdata-2010j.md5sum] = "f668f66b260e14b477eac3f48bcfb5f4" +SRC_URI[tzdata-2010j.sha256sum] = "dcf2101d0c5bb20a7f182866ea3e52b54c8f4d129c025a96c9a31377676f554b" + +PR = "${INC_PR}.0" |