* [PATCH 0/2] Updates to tzcode-native and tzdata
@ 2010-04-08 9:30 Antonio Ospite
2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Antonio Ospite @ 2010-04-08 9:30 UTC (permalink / raw)
To: openembedded-devel
Here are some updates to tzcode-native and tzdata as tzdata_2010g is no longer
available at the default location.
In tzcode-native_2010f I just changed the minimum to make it work, if it
should be converted to BBCLASSEXTEND = "native", that can be done later.
Thanks,
Antonio Ospite
http://ao2.it
Antonio Ospite (2):
tzcode-native_2010f: Update tzdata SRC_URI and checksum
tzdata: move tzdata_2010g.bb to tzdata_2010h.bb
recipes/tzcode/tzcode-native_2010f.bb | 8 ++++----
recipes/tzdata/tzdata_2010g.bb | 7 -------
recipes/tzdata/tzdata_2010h.bb | 7 +++++++
3 files changed, 11 insertions(+), 11 deletions(-)
delete mode 100644 recipes/tzdata/tzdata_2010g.bb
create mode 100644 recipes/tzdata/tzdata_2010h.bb
--
Antonio Ospite
http://ao2.it
PGP public key ID: 0x4553B001
A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
^ permalink raw reply [flat|nested] 14+ messages in thread* [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum 2010-04-08 9:30 [PATCH 0/2] Updates to tzcode-native and tzdata Antonio Ospite @ 2010-04-08 9:30 ` Antonio Ospite 2010-04-08 10:14 ` Martyn Welch ` (2 more replies) 2010-04-08 9:30 ` [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb Antonio Ospite 2010-04-08 10:28 ` [PATCH 0/2] Updates to tzcode-native and tzdata Roman I Khimov 2 siblings, 3 replies; 14+ messages in thread From: Antonio Ospite @ 2010-04-08 9:30 UTC (permalink / raw) To: openembedded-devel tzdata2010g is no longer available, use tzdata2010h Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> --- recipes/tzcode/tzcode-native_2010f.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb index 6c361ac..fdd35ba 100644 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ b/recipes/tzcode/tzcode-native_2010f.bb @@ -6,11 +6,11 @@ require tzcode-native.inc # 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 \ + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ " SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" -SRC_URI[tzdata-2010g.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" -SRC_URI[tzdata-2010g.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" +SRC_URI[tzdata-2010g.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" +SRC_URI[tzdata-2010g.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum 2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite @ 2010-04-08 10:14 ` Martyn Welch 2010-04-08 10:15 ` Roman I Khimov 2010-04-08 10:28 ` Roman I Khimov 2010-04-08 19:11 ` Roman I Khimov 2 siblings, 1 reply; 14+ messages in thread From: Martyn Welch @ 2010-04-08 10:14 UTC (permalink / raw) To: openembedded-devel Antonio Ospite wrote: > tzdata2010g is no longer available, use tzdata2010h > > Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> > --- > recipes/tzcode/tzcode-native_2010f.bb | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb > index 6c361ac..fdd35ba 100644 > --- a/recipes/tzcode/tzcode-native_2010f.bb > +++ b/recipes/tzcode/tzcode-native_2010f.bb > @@ -6,11 +6,11 @@ require tzcode-native.inc > # 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 \ > + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ > " > SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" > SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" > -SRC_URI[tzdata-2010g.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" > -SRC_URI[tzdata-2010g.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" > +SRC_URI[tzdata-2010g.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" > +SRC_URI[tzdata-2010g.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" > > -PR = "${INC_PR}.1" > +PR = "${INC_PR}.2" > Why is a recipe for "tzcode-native_2010f" downloading "tzdata2010g", let alone "tzdata2010h"? Surely a new recipe called "tzcode-native_2010h" is called for? Martyn -- Martyn Welch (Principal Software Engineer) | Registered in England and GE Intelligent Platforms | Wales (3828642) at 100 T +44(0)127322748 | Barbirolli Square, Manchester, E martyn.welch@ge.com | M2 3AB VAT:GB 927559189 ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum 2010-04-08 10:14 ` Martyn Welch @ 2010-04-08 10:15 ` Roman I Khimov 0 siblings, 0 replies; 14+ messages in thread From: Roman I Khimov @ 2010-04-08 10:15 UTC (permalink / raw) To: openembedded-devel В сообщении от Четверг 08 апреля 2010 14:14:44 автор Martyn Welch написал: > > diff --git a/recipes/tzcode/tzcode-native_2010f.bb > > b/recipes/tzcode/tzcode-native_2010f.bb index 6c361ac..fdd35ba 100644 > > --- a/recipes/tzcode/tzcode-native_2010f.bb > > +++ b/recipes/tzcode/tzcode-native_2010f.bb > > @@ -6,11 +6,11 @@ require tzcode-native.inc > > # 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 \ > > + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ > > " > > Why is a recipe for "tzcode-native_2010f" downloading "tzdata2010g", let > alone "tzdata2010h"? > > Surely a new recipe called "tzcode-native_2010h" is called for? tzcode is still at 2010f and it needs things from tzdata archive and tzdata2010f/tzdata2010g are unavailable. Yep, it's that bad. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum 2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite 2010-04-08 10:14 ` Martyn Welch @ 2010-04-08 10:28 ` Roman I Khimov 2010-04-08 19:11 ` Roman I Khimov 2 siblings, 0 replies; 14+ messages in thread From: Roman I Khimov @ 2010-04-08 10:28 UTC (permalink / raw) To: openembedded-devel В сообщении от Четверг 08 апреля 2010 13:30:02 автор Antonio Ospite написал: > tzdata2010g is no longer available, use tzdata2010h > > Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Roman I Khimov <khimov@altell.ru> ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum 2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite 2010-04-08 10:14 ` Martyn Welch 2010-04-08 10:28 ` Roman I Khimov @ 2010-04-08 19:11 ` Roman I Khimov 2010-04-08 19:18 ` Antonio Ospite 2 siblings, 1 reply; 14+ messages in thread From: Roman I Khimov @ 2010-04-08 19:11 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: Text/Plain, Size: 643 bytes --] В сообщении от Четверг 08 апреля 2010 13:30:02 автор Antonio Ospite написал: > - ftp://elsie.nci.nih.gov/pub/tzdata2010g.tar.gz;name=tzdata-2010g \ > + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ .......... > +SRC_URI[tzdata-2010g.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" > +SRC_URI[tzdata-2010g.sha256sum] = > "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" Actually, it should be "SRC_URI[tzdata-2010h...]", fixed and pushed. -- http://roman.khimov.ru mailto: roman@khimov.ru gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3 [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum 2010-04-08 19:11 ` Roman I Khimov @ 2010-04-08 19:18 ` Antonio Ospite 0 siblings, 0 replies; 14+ messages in thread From: Antonio Ospite @ 2010-04-08 19:18 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1075 bytes --] On Thu, 8 Apr 2010 23:11:42 +0400 Roman I Khimov <roman@khimov.ru> wrote: > В сообщении от Четверг 08 апреля 2010 13:30:02 автор Antonio Ospite написал: > > - ftp://elsie.nci.nih.gov/pub/tzdata2010g.tar.gz;name=tzdata-2010g \ > > + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ > .......... > > +SRC_URI[tzdata-2010g.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" > > +SRC_URI[tzdata-2010g.sha256sum] = > > "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" > > Actually, it should be "SRC_URI[tzdata-2010h...]", fixed and pushed. > Thanks a lot Roman. > -- > http://roman.khimov.ru > mailto: roman@khimov.ru > gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3 -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? [-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb 2010-04-08 9:30 [PATCH 0/2] Updates to tzcode-native and tzdata Antonio Ospite 2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite @ 2010-04-08 9:30 ` Antonio Ospite 2010-04-08 10:24 ` Roman I Khimov 2010-04-08 10:28 ` [PATCH 0/2] Updates to tzcode-native and tzdata Roman I Khimov 2 siblings, 1 reply; 14+ messages in thread From: Antonio Ospite @ 2010-04-08 9:30 UTC (permalink / raw) To: openembedded-devel tzdata_2010g is no longer available; change the checksums in the new recipe Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> --- recipes/tzdata/tzdata_2010g.bb | 7 ------- recipes/tzdata/tzdata_2010h.bb | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 recipes/tzdata/tzdata_2010g.bb create mode 100644 recipes/tzdata/tzdata_2010h.bb diff --git a/recipes/tzdata/tzdata_2010g.bb b/recipes/tzdata/tzdata_2010g.bb deleted file mode 100644 index acefb96..0000000 --- a/recipes/tzdata/tzdata_2010g.bb +++ /dev/null @@ -1,7 +0,0 @@ -require tzdata.inc - -SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz;name=tar \ -" - -SRC_URI[tar.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" -SRC_URI[tar.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" diff --git a/recipes/tzdata/tzdata_2010h.bb b/recipes/tzdata/tzdata_2010h.bb new file mode 100644 index 0000000..6e8e28e --- /dev/null +++ b/recipes/tzdata/tzdata_2010h.bb @@ -0,0 +1,7 @@ +require tzdata.inc + +SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz;name=tar \ +" + +SRC_URI[tar.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" +SRC_URI[tar.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb 2010-04-08 9:30 ` [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb Antonio Ospite @ 2010-04-08 10:24 ` Roman I Khimov 0 siblings, 0 replies; 14+ messages in thread From: Roman I Khimov @ 2010-04-08 10:24 UTC (permalink / raw) To: openembedded-devel В сообщении от Четверг 08 апреля 2010 13:30:03 автор Antonio Ospite написал: > tzdata_2010g is no longer available; change the checksums in the new > recipe > > Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Roman I Khimov <khimov@altell.ru> ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/2] Updates to tzcode-native and tzdata 2010-04-08 9:30 [PATCH 0/2] Updates to tzcode-native and tzdata Antonio Ospite 2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite 2010-04-08 9:30 ` [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb Antonio Ospite @ 2010-04-08 10:28 ` Roman I Khimov 2010-04-09 7:23 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Roman I Khimov 2 siblings, 1 reply; 14+ messages in thread From: Roman I Khimov @ 2010-04-08 10:28 UTC (permalink / raw) To: openembedded-devel В сообщении от Четверг 08 апреля 2010 13:30:01 автор Antonio Ospite написал: > Here are some updates to tzcode-native and tzdata as tzdata_2010g is no > longer available at the default location. As there is no reliable tzcode/tzdata mirror (there is one for old archives: ftp://munnari.oz.au/pub/oldtz/ but it only has old versions, not current), and as I've touched this too and asked myself what to do with old recipes (some of them are unbuildable for the same reason of missing archives), maybe we should adopt some policy wrt tzcode/tzdata. I don't see any value in old tzdata/tzcode-native recipes as tzcode is only used to compile tzdata and compiled tzdata should be compatible with any version of glibc and it's good to have it latest. So I think we should only leave latest tzdata version and move that forward whenever someone discovers that elsie.nci.nih.gov dropped that version. Same for tzcode. ^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 1/2] tzdata/tzcode: leave only latest version 2010-04-08 10:28 ` [PATCH 0/2] Updates to tzcode-native and tzdata Roman I Khimov @ 2010-04-09 7:23 ` Roman I Khimov 2010-04-09 7:23 ` [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata Roman I Khimov 2010-04-09 7:38 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Martin Jansa 0 siblings, 2 replies; 14+ messages in thread From: Roman I Khimov @ 2010-04-09 7:23 UTC (permalink / raw) To: openembedded-devel I don't see any value in old tzdata/tzcode-native recipes as tzcode is only used to compile tzdata and compiled tzdata should be compatible with any version of glibc and it's good to have it latest. So I think we should only leave latest tzdata version and move that forward whenever someone discovers that elsie.nci.nih.gov dropped that version. Same for tzcode. Add comments to unconditionally move that versions forward whenever there is a new release. Signed-off-by: Roman I Khimov <khimov@altell.ru> --- recipes/tzcode/tzcode-native.inc | 7 ++++++- recipes/tzcode/tzcode-native_2007k.bb | 7 ------- recipes/tzcode/tzcode-native_2009k.bb | 5 ----- recipes/tzcode/tzcode-native_2010f.bb | 14 +++++++------- recipes/tzdata/tzdata.inc | 4 ++-- recipes/tzdata/tzdata/russia-2010.diff | 32 -------------------------------- recipes/tzdata/tzdata_2007k.bb | 3 --- recipes/tzdata/tzdata_2009m.bb | 3 --- recipes/tzdata/tzdata_2009o.bb | 3 --- recipes/tzdata/tzdata_2009p.bb | 3 --- recipes/tzdata/tzdata_2009s.bb | 4 ---- recipes/tzdata/tzdata_2010b.bb | 5 ----- recipes/tzdata/tzdata_2010h.bb | 7 +++++-- 13 files changed, 20 insertions(+), 77 deletions(-) delete mode 100644 recipes/tzcode/tzcode-native_2007k.bb delete mode 100644 recipes/tzcode/tzcode-native_2009k.bb delete mode 100644 recipes/tzdata/tzdata/russia-2010.diff delete mode 100644 recipes/tzdata/tzdata_2007k.bb delete mode 100644 recipes/tzdata/tzdata_2009m.bb delete mode 100644 recipes/tzdata/tzdata_2009o.bb delete mode 100644 recipes/tzdata/tzdata_2009p.bb delete mode 100644 recipes/tzdata/tzdata_2009s.bb delete mode 100644 recipes/tzdata/tzdata_2010b.bb diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc index 0d6bd5b..a3a16da 100644 --- a/recipes/tzcode/tzcode-native.inc +++ b/recipes/tzcode/tzcode-native.inc @@ -1,5 +1,10 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" -INC_PR = "r2" +INC_PR = "r3" + +SRC_URI = " \ + ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \ + ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \ + " S = "${WORKDIR}" diff --git a/recipes/tzcode/tzcode-native_2007k.bb b/recipes/tzcode/tzcode-native_2007k.bb deleted file mode 100644 index fe0fb87..0000000 --- a/recipes/tzcode/tzcode-native_2007k.bb +++ /dev/null @@ -1,7 +0,0 @@ -require tzcode-native.inc -SRC_URI = "\ - http://bent.latency.net/bent/darcs/zoneinfo-${PV}/src/tzcode${PV}.tar.gz \ - http://bent.latency.net/bent/darcs/zoneinfo-${PV}/src/tzdata${PV}.tar.gz \ -" - -PR = "${INC_PR}.0" diff --git a/recipes/tzcode/tzcode-native_2009k.bb b/recipes/tzcode/tzcode-native_2009k.bb deleted file mode 100644 index 632dc84..0000000 --- a/recipes/tzcode/tzcode-native_2009k.bb +++ /dev/null @@ -1,5 +0,0 @@ -require tzcode-native.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ - ftp://elsie.nci.nih.gov/pub/tzdata2009p.tar.gz \ - " -PR = "${INC_PR}.1" diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb index 937726f..f2fbffd 100644 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ b/recipes/tzcode/tzcode-native_2010f.bb @@ -1,13 +1,13 @@ require tzcode-native.inc # Note that elsie.nci.nih.gov removes old versions when new is coming out -# 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/tzdata2010h.tar.gz;name=tzdata-2010h \ - " +# 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" + SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" SRC_URI[tzdata-2010h.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc index 6d8062e..1f4dfdb 100644 --- a/recipes/tzdata/tzdata.inc +++ b/recipes/tzdata/tzdata.inc @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" DEPENDS = "tzcode-native" -INC_PR = "r6" +INC_PR = "r7" DEFAULT_TIMEZONE ?= "Europe/London" @@ -12,7 +12,7 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \ timezone-australia timezone-europe timezone-indian \ timezone-iso3166.tab timezone-pacific timezone-zone.tab" -SRC_URI = "http://bent.latency.net/bent/darcs/zoneinfo-${PV}/src/tzdata${PV}.tar.gz" +SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tar" S = "${WORKDIR}" diff --git a/recipes/tzdata/tzdata/russia-2010.diff b/recipes/tzdata/tzdata/russia-2010.diff deleted file mode 100644 index 4616bad..0000000 --- a/recipes/tzdata/tzdata/russia-2010.diff +++ /dev/null @@ -1,32 +0,0 @@ ---- a/europe -+++ b/europe -@@ -2041,7 +2041,8 @@ - 3:00 Russia KUY%sT 1991 Mar 31 2:00s - 2:00 Russia KUY%sT 1991 Sep 29 2:00s - 3:00 - KUYT 1991 Oct 20 3:00 -- 4:00 Russia SAM%sT # Samara Time -+ 4:00 Russia SAM%sT 2010 Mar 28 2:00s -+ 3:00 Russia SAM%sT # Samara Time - # - # From Oscar van Vlijmen (2001-08-25): [This region consists of] - # Respublika Bashkortostan, Komi-Permyatskij avtonomnyj okrug, -@@ -2194,7 +2195,8 @@ - 11:00 - PETT 1930 Jun 21 # P-K Time - 12:00 Russia PET%sT 1991 Mar 31 2:00s - 11:00 Russia PET%sT 1992 Jan 19 2:00s -- 12:00 Russia PET%sT -+ 12:00 Russia PET%sT 2010 Mar 28 2:00s -+ 11:00 Russia PET%sT - # - # Chukotskij avtonomnyj okrug - Zone Asia/Anadyr 11:49:56 - LMT 1924 May 2 -@@ -2202,7 +2204,8 @@ - 13:00 Russia ANA%sT 1982 Apr 1 0:00s - 12:00 Russia ANA%sT 1991 Mar 31 2:00s - 11:00 Russia ANA%sT 1992 Jan 19 2:00s -- 12:00 Russia ANA%sT -+ 12:00 Russia ANA%sT 2010 Mar 28 2:00s -+ 11:00 Russia ANA%sT - - # Serbia - # Zone NAME GMTOFF RULES FORMAT [UNTIL] diff --git a/recipes/tzdata/tzdata_2007k.bb b/recipes/tzdata/tzdata_2007k.bb deleted file mode 100644 index 7bb6671..0000000 --- a/recipes/tzdata/tzdata_2007k.bb +++ /dev/null @@ -1,3 +0,0 @@ -require tzdata.inc -SRC_URI = "http://bent.latency.net/bent/darcs/zoneinfo-${PV}/src/tzdata${PV}.tar.gz" -PR = "${INC_PR}.0" diff --git a/recipes/tzdata/tzdata_2009m.bb b/recipes/tzdata/tzdata_2009m.bb deleted file mode 100644 index 17c2dd4..0000000 --- a/recipes/tzdata/tzdata_2009m.bb +++ /dev/null @@ -1,3 +0,0 @@ -require tzdata.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" -PR = "${INC_PR}.0" diff --git a/recipes/tzdata/tzdata_2009o.bb b/recipes/tzdata/tzdata_2009o.bb deleted file mode 100644 index 17c2dd4..0000000 --- a/recipes/tzdata/tzdata_2009o.bb +++ /dev/null @@ -1,3 +0,0 @@ -require tzdata.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" -PR = "${INC_PR}.0" diff --git a/recipes/tzdata/tzdata_2009p.bb b/recipes/tzdata/tzdata_2009p.bb deleted file mode 100644 index 17c2dd4..0000000 --- a/recipes/tzdata/tzdata_2009p.bb +++ /dev/null @@ -1,3 +0,0 @@ -require tzdata.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" -PR = "${INC_PR}.0" diff --git a/recipes/tzdata/tzdata_2009s.bb b/recipes/tzdata/tzdata_2009s.bb deleted file mode 100644 index 2d406bd..0000000 --- a/recipes/tzdata/tzdata_2009s.bb +++ /dev/null @@ -1,4 +0,0 @@ -require tzdata.inc - -SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz" -PR = "${INC_PR}.0" diff --git a/recipes/tzdata/tzdata_2010b.bb b/recipes/tzdata/tzdata_2010b.bb deleted file mode 100644 index 9bfdfba..0000000 --- a/recipes/tzdata/tzdata_2010b.bb +++ /dev/null @@ -1,5 +0,0 @@ -require tzdata.inc - -SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz \ - file://russia-2010.diff;patch=1" -PR = "${INC_PR}.1" diff --git a/recipes/tzdata/tzdata_2010h.bb b/recipes/tzdata/tzdata_2010h.bb index 6e8e28e..1e00fd3 100644 --- a/recipes/tzdata/tzdata_2010h.bb +++ b/recipes/tzdata/tzdata_2010h.bb @@ -1,7 +1,10 @@ require tzdata.inc -SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz;name=tar \ -" +# Note that elsie.nci.nih.gov removes old archives when new is being +# released. So if this doesn't build for you because of missing source file +# just bump it to the latest available version, removing old one + +PR = "${INC_PR}.0" SRC_URI[tar.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" SRC_URI[tar.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" -- 1.6.4.2 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata 2010-04-09 7:23 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Roman I Khimov @ 2010-04-09 7:23 ` Roman I Khimov 2010-04-09 7:39 ` Martin Jansa 2010-04-09 7:38 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Martin Jansa 1 sibling, 1 reply; 14+ messages in thread From: Roman I Khimov @ 2010-04-09 7:23 UTC (permalink / raw) To: openembedded-devel Is there any reason not to use latest tzdata? Signed-off-by: Roman I Khimov <khimov@altell.ru> --- conf/distro/include/preferred-om-2008-versions.inc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include/preferred-om-2008-versions.inc index d46a9f6..2c38437 100644 --- a/conf/distro/include/preferred-om-2008-versions.inc +++ b/conf/distro/include/preferred-om-2008-versions.inc @@ -1873,8 +1873,6 @@ PREFERRED_VERSION_twm ?= "1.0.3" PREFERRED_VERSION_twutils ?= "0.2" PREFERRED_VERSION_txdrug ?= "0.1" PREFERRED_VERSION_tximage ?= "0.2" -PREFERRED_VERSION_tzcode-native ?= "2007k" -PREFERRED_VERSION_tzdata ?= "2007k" PREFERRED_VERSION_u2nl ?= "1.3" PREFERRED_VERSION_uae4all ?= "0.7.1" PREFERRED_VERSION_ubahnnav ?= "0.4.1" -- 1.6.4.2 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata 2010-04-09 7:23 ` [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata Roman I Khimov @ 2010-04-09 7:39 ` Martin Jansa 0 siblings, 0 replies; 14+ messages in thread From: Martin Jansa @ 2010-04-09 7:39 UTC (permalink / raw) To: openembedded-devel On Fri, Apr 09, 2010 at 11:23:08AM +0400, Roman I Khimov wrote: > Is there any reason not to use latest tzdata? I don't see one too and I guess that nobody is using preferred-om-2008-versions anymore.. > Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> > --- > conf/distro/include/preferred-om-2008-versions.inc | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include/preferred-om-2008-versions.inc > index d46a9f6..2c38437 100644 > --- a/conf/distro/include/preferred-om-2008-versions.inc > +++ b/conf/distro/include/preferred-om-2008-versions.inc > @@ -1873,8 +1873,6 @@ PREFERRED_VERSION_twm ?= "1.0.3" > PREFERRED_VERSION_twutils ?= "0.2" > PREFERRED_VERSION_txdrug ?= "0.1" > PREFERRED_VERSION_tximage ?= "0.2" > -PREFERRED_VERSION_tzcode-native ?= "2007k" > -PREFERRED_VERSION_tzdata ?= "2007k" > PREFERRED_VERSION_u2nl ?= "1.3" > PREFERRED_VERSION_uae4all ?= "0.7.1" > PREFERRED_VERSION_ubahnnav ?= "0.4.1" > -- > 1.6.4.2 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- uin:136542059 jid:Martin.Jansa@gmail.com Jansa Martin sip:jamasip@voip.wengo.fr JaMa ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/2] tzdata/tzcode: leave only latest version 2010-04-09 7:23 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Roman I Khimov 2010-04-09 7:23 ` [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata Roman I Khimov @ 2010-04-09 7:38 ` Martin Jansa 1 sibling, 0 replies; 14+ messages in thread From: Martin Jansa @ 2010-04-09 7:38 UTC (permalink / raw) To: openembedded-devel On Fri, Apr 09, 2010 at 11:23:07AM +0400, Roman I Khimov wrote: > I don't see any value in old tzdata/tzcode-native recipes as tzcode is only > used to compile tzdata and compiled tzdata should be compatible with any > version of glibc and it's good to have it latest. So I think we should only > leave latest tzdata version and move that forward whenever someone discovers > that elsie.nci.nih.gov dropped that version. Same for tzcode. > > Add comments to unconditionally move that versions forward whenever there is > a new release. Acked-by: Martin Jansa <Martin.Jansa@gmail.com> -- uin:136542059 jid:Martin.Jansa@gmail.com Jansa Martin sip:jamasip@voip.wengo.fr JaMa ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2010-04-09 7:44 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-04-08 9:30 [PATCH 0/2] Updates to tzcode-native and tzdata Antonio Ospite 2010-04-08 9:30 ` [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum Antonio Ospite 2010-04-08 10:14 ` Martyn Welch 2010-04-08 10:15 ` Roman I Khimov 2010-04-08 10:28 ` Roman I Khimov 2010-04-08 19:11 ` Roman I Khimov 2010-04-08 19:18 ` Antonio Ospite 2010-04-08 9:30 ` [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb Antonio Ospite 2010-04-08 10:24 ` Roman I Khimov 2010-04-08 10:28 ` [PATCH 0/2] Updates to tzcode-native and tzdata Roman I Khimov 2010-04-09 7:23 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Roman I Khimov 2010-04-09 7:23 ` [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata Roman I Khimov 2010-04-09 7:39 ` Martin Jansa 2010-04-09 7:38 ` [PATCH 1/2] tzdata/tzcode: leave only latest version Martin Jansa
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.