From ab2f7ec84566858a5b2f88a383a2bd959aceffd9 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 20 Aug 2010 13:05:13 +0200 Subject: tzcode-native: bump version to 2010l Signed-off-by: Antonio Ospite --- recipes/tzcode/tzcode-native_2010k.bb | 16 ---------------- recipes/tzcode/tzcode-native_2010l.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes/tzcode/tzcode-native_2010k.bb create mode 100644 recipes/tzcode/tzcode-native_2010l.bb diff --git a/recipes/tzcode/tzcode-native_2010k.bb b/recipes/tzcode/tzcode-native_2010k.bb deleted file mode 100644 index 21796d6f66..0000000000 --- a/recipes/tzcode/tzcode-native_2010k.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 = "2010k" - -SRC_URI[tzcode-2010k.md5sum] = "63cd2199679c91bed972a0248d6916af" -SRC_URI[tzcode-2010k.sha256sum] = "96671eac3a98d0c974833c8bfa7ea9b537cc9d32573e902103846b90f6dccdbd" -SRC_URI[tzdata-2010k.md5sum] = "5e2086249d6a6bb116534d358661ad3f" -SRC_URI[tzdata-2010k.sha256sum] = "ef69c99504c0fd9864ba8ef1daae5f2d4df097cf7dc350f09b8f70386272408d" - -PR = "${INC_PR}.0" diff --git a/recipes/tzcode/tzcode-native_2010l.bb b/recipes/tzcode/tzcode-native_2010l.bb new file mode 100644 index 0000000000..868add3e33 --- /dev/null +++ b/recipes/tzcode/tzcode-native_2010l.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 = "2010l" + +SRC_URI[tzcode-2010l.md5sum] = "77668c37a0b13753c65eee5db3a4b009" +SRC_URI[tzcode-2010l.sha256sum] = "489876779f75f1c7659d26c09c3bcce62188b60eeb3981e0e3cd1f7669808ccc" +SRC_URI[tzdata-2010l.md5sum] = "0458bd8ffd537146d34b1a658c42efa5" +SRC_URI[tzdata-2010l.sha256sum] = "bae7b4a8364f7ab3d6d644eb6075de1e9a0c72fb3fb5843fc217d2ff57408577" + +PR = "${INC_PR}.0" -- cgit 1.2.3-korg