From 757cfa948ffb5317634d4b03def4de5e651937bf Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Wed, 7 Sep 2011 06:59:40 +0000 Subject: tzcode-native: switch to 2011i as 2011g is no more fetchable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard Signed-off-by: Koen Kooi --- .../recipes-extended/tzcode/tzcode-native_2011g.bb | 20 -------------------- .../recipes-extended/tzcode/tzcode-native_2011i.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb create mode 100644 meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb b/meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb deleted file mode 100644 index 651d1dda57..0000000000 --- a/meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb +++ /dev/null @@ -1,20 +0,0 @@ -require tzcode-native.inc - -LICENSE = "PD" -LIC_FILES_CHKSUM = "file://README;md5=3ae8198f82258417ce29066d3b034035" - -# 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 = "2011h" - -PR = "${INC_PR}.1" - -SRC_URI[tzcode-2011g.md5sum] = "ecb564279b28c5b184421c525d997d6c" -SRC_URI[tzcode-2011g.sha256sum] = "636c735d8df1276cc8ab88bc31bb36a21f91ed34e26d181303ecd8fe48021bc2" -SRC_URI[tzdata-2011h.md5sum] = "546d27b6c1e5e1097bd512651815017f" -SRC_URI[tzdata-2011h.sha256sum] = "c098786d053736dd18d4f1fbebdf41554c6fd702a36f75c18f1c66712d2abc24" - diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb new file mode 100644 index 0000000000..8ab450497d --- /dev/null +++ b/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb @@ -0,0 +1,20 @@ +require tzcode-native.inc + +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://README;md5=3ae8198f82258417ce29066d3b034035" + +# 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 = "2011i" + +PR = "${INC_PR}.2" + +SRC_URI[tzcode-2011i.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2" +SRC_URI[tzcode-2011i.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec" +SRC_URI[tzdata-2011i.md5sum] = "c7a86ec34f30f8d6aa77ef94902a3047" +SRC_URI[tzdata-2011i.sha256sum] = "f8dde7ca5e61f21ac34c8cdbef5568d00c829981211098f059d8104964c81ffa" + -- cgit v1.2.3-54-g00ecf