From 66db2c358c43a32c78adb1c5de67cda54fdab057 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 28 Mar 2011 12:59:17 +0200 Subject: tzcode-native: update to 2011d Signed-off-by: Antonio Ospite Acked-by: Mike Westerhof Signed-off-by: Denys Dmytriyenko --- recipes/tzcode/tzcode-native_2011b.bb | 16 ---------------- recipes/tzcode/tzcode-native_2011d.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes/tzcode/tzcode-native_2011b.bb create mode 100644 recipes/tzcode/tzcode-native_2011d.bb diff --git a/recipes/tzcode/tzcode-native_2011b.bb b/recipes/tzcode/tzcode-native_2011b.bb deleted file mode 100644 index 30996d9d76..0000000000 --- a/recipes/tzcode/tzcode-native_2011b.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 = "2011b" - -PR = "${INC_PR}.0" - -SRC_URI[tzcode-2011b.md5sum] = "c63a1425f7252aef1fe54a258cdccff8" -SRC_URI[tzcode-2011b.sha256sum] = "8031d05102e5c5109521a282aaab0629680bec82db783c716905802313678d67" -SRC_URI[tzdata-2011b.md5sum] = "9eaf3ca354c42a32bd28e623539bf0e0" -SRC_URI[tzdata-2011b.sha256sum] = "ff45f5ddc2ec925249626d00d7bc2ffff587e0956a1d8245517a023bf27e4cc9" diff --git a/recipes/tzcode/tzcode-native_2011d.bb b/recipes/tzcode/tzcode-native_2011d.bb new file mode 100644 index 0000000000..1cc77570f2 --- /dev/null +++ b/recipes/tzcode/tzcode-native_2011d.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 = "2011d" + +PR = "${INC_PR}.0" + +SRC_URI[tzcode-2011d.md5sum] = "95095242ee368e6a7e107f154590ac11" +SRC_URI[tzcode-2011d.sha256sum] = "68f2c07471c5390199c09fe9fee6a22f8a4dac24713af88b92da17b33ad98cc7" +SRC_URI[tzdata-2011d.md5sum] = "03c5793502b7c41985edd73146bf7e36" +SRC_URI[tzdata-2011d.sha256sum] = "415a54774094e8dcdc9ba141fafbee4b3b2f2140a5b8cf012eea4b37fb9a23bd" -- cgit 1.2.3-korg