All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tzcode-native: bump version to 2010k
@ 2010-08-10  6:01 Simon Busch
  2010-08-10  6:01 ` [PATCH 2/2] tzdata: " Simon Busch
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Simon Busch @ 2010-08-10  6:01 UTC (permalink / raw)
  To: openembedded-devel

---
 recipes/tzcode/tzcode-native_2010j.bb |   16 ----------------
 recipes/tzcode/tzcode-native_2010k.bb |   16 ++++++++++++++++
 2 files changed, 16 insertions(+), 16 deletions(-)
 delete mode 100644 recipes/tzcode/tzcode-native_2010j.bb
 create mode 100644 recipes/tzcode/tzcode-native_2010k.bb

diff --git a/recipes/tzcode/tzcode-native_2010j.bb b/recipes/tzcode/tzcode-native_2010j.bb
deleted file mode 100644
index 7e1ae77..0000000
--- a/recipes/tzcode/tzcode-native_2010j.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 = "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"
diff --git a/recipes/tzcode/tzcode-native_2010k.bb b/recipes/tzcode/tzcode-native_2010k.bb
new file mode 100644
index 0000000..21796d6
--- /dev/null
+++ b/recipes/tzcode/tzcode-native_2010k.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 = "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"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/2] tzdata: bump version to 2010k
  2010-08-10  6:01 [PATCH 1/2] tzcode-native: bump version to 2010k Simon Busch
@ 2010-08-10  6:01 ` Simon Busch
  2010-08-10  6:10 ` [PATCH 1/2] tzcode-native: " Roman I Khimov
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Simon Busch @ 2010-08-10  6:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Simon Busch <morphis@gravedo.de>
---
 recipes/tzdata/tzdata_2010j.bb |   10 ----------
 recipes/tzdata/tzdata_2010k.bb |   10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 recipes/tzdata/tzdata_2010j.bb
 create mode 100644 recipes/tzdata/tzdata_2010k.bb

diff --git a/recipes/tzdata/tzdata_2010j.bb b/recipes/tzdata/tzdata_2010j.bb
deleted file mode 100644
index 79b7769..0000000
--- a/recipes/tzdata/tzdata_2010j.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require tzdata.inc
-
-# 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] = "f668f66b260e14b477eac3f48bcfb5f4"
-SRC_URI[tar.sha256sum] = "dcf2101d0c5bb20a7f182866ea3e52b54c8f4d129c025a96c9a31377676f554b"
diff --git a/recipes/tzdata/tzdata_2010k.bb b/recipes/tzdata/tzdata_2010k.bb
new file mode 100644
index 0000000..216ae75
--- /dev/null
+++ b/recipes/tzdata/tzdata_2010k.bb
@@ -0,0 +1,10 @@
+require tzdata.inc
+
+# 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] = "5e2086249d6a6bb116534d358661ad3f"
+SRC_URI[tar.sha256sum] = "ef69c99504c0fd9864ba8ef1daae5f2d4df097cf7dc350f09b8f70386272408d"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/2] tzcode-native: bump version to 2010k
  2010-08-10  6:01 [PATCH 1/2] tzcode-native: bump version to 2010k Simon Busch
  2010-08-10  6:01 ` [PATCH 2/2] tzdata: " Simon Busch
@ 2010-08-10  6:10 ` Roman I Khimov
  2010-08-10  6:50   ` morphis
  2010-08-10 15:27 ` [PATCH 2/2] tzdata: " Simon Busch
  2010-08-10 18:48 ` [PATCH 1/2] tzcode-native: " Simon Busch
  3 siblings, 1 reply; 10+ messages in thread
From: Roman I Khimov @ 2010-08-10  6:10 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: Text/Plain, Size: 634 bytes --]

В сообщении от Вторник 10 августа 2010 10:01:31 автор Simon Busch написал:
> ---
>  recipes/tzcode/tzcode-native_2010j.bb |   16 ----------------
>  recipes/tzcode/tzcode-native_2010k.bb |   16 ++++++++++++++++
>  2 files changed, 16 insertions(+), 16 deletions(-)
>  delete mode 100644 recipes/tzcode/tzcode-native_2010j.bb
>  create mode 100644 recipes/tzcode/tzcode-native_2010k.bb

"Signed-off-by" is missing in the first patch, please resend it with SOB 
added.

-- 
 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] 10+ messages in thread

* Re: [PATCH 1/2] tzcode-native: bump version to 2010k
  2010-08-10  6:10 ` [PATCH 1/2] tzcode-native: " Roman I Khimov
@ 2010-08-10  6:50   ` morphis
  0 siblings, 0 replies; 10+ messages in thread
From: morphis @ 2010-08-10  6:50 UTC (permalink / raw)
  To: openembedded-devel


On Tue, 10 Aug 2010 10:10:42 +0400, Roman I Khimov <roman@khimov.ru>
wrote:
> В сообщении от Вторник 10 августа 2010 10:01:31 автор Simon Busch
написал:
>> ---
>>  recipes/tzcode/tzcode-native_2010j.bb |   16 ----------------
>>  recipes/tzcode/tzcode-native_2010k.bb |   16 ++++++++++++++++
>>  2 files changed, 16 insertions(+), 16 deletions(-)
>>  delete mode 100644 recipes/tzcode/tzcode-native_2010j.bb
>>  create mode 100644 recipes/tzcode/tzcode-native_2010k.bb
> 
> "Signed-off-by" is missing in the first patch, please resend it with SOB

> added.

Oh, sorry. I send the wrong file ... locally I already added the missing
SOB
line. Will resend the patch this evening.

regards,
morphis



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 2/2] tzdata: bump version to 2010k
  2010-08-10  6:01 [PATCH 1/2] tzcode-native: bump version to 2010k Simon Busch
  2010-08-10  6:01 ` [PATCH 2/2] tzdata: " Simon Busch
  2010-08-10  6:10 ` [PATCH 1/2] tzcode-native: " Roman I Khimov
@ 2010-08-10 15:27 ` Simon Busch
  2010-08-10 17:53   ` Roman I Khimov
  2010-08-10 18:48 ` [PATCH 1/2] tzcode-native: " Simon Busch
  3 siblings, 1 reply; 10+ messages in thread
From: Simon Busch @ 2010-08-10 15:27 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Simon Busch <morphis@gravedo.de>
---
 recipes/tzdata/tzdata_2010j.bb |   10 ----------
 recipes/tzdata/tzdata_2010k.bb |   10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 recipes/tzdata/tzdata_2010j.bb
 create mode 100644 recipes/tzdata/tzdata_2010k.bb

diff --git a/recipes/tzdata/tzdata_2010j.bb b/recipes/tzdata/tzdata_2010j.bb
deleted file mode 100644
index 79b7769..0000000
--- a/recipes/tzdata/tzdata_2010j.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require tzdata.inc
-
-# 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] = "f668f66b260e14b477eac3f48bcfb5f4"
-SRC_URI[tar.sha256sum] = "dcf2101d0c5bb20a7f182866ea3e52b54c8f4d129c025a96c9a31377676f554b"
diff --git a/recipes/tzdata/tzdata_2010k.bb b/recipes/tzdata/tzdata_2010k.bb
new file mode 100644
index 0000000..216ae75
--- /dev/null
+++ b/recipes/tzdata/tzdata_2010k.bb
@@ -0,0 +1,10 @@
+require tzdata.inc
+
+# 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] = "5e2086249d6a6bb116534d358661ad3f"
+SRC_URI[tar.sha256sum] = "ef69c99504c0fd9864ba8ef1daae5f2d4df097cf7dc350f09b8f70386272408d"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] tzdata: bump version to 2010k
  2010-08-10 15:27 ` [PATCH 2/2] tzdata: " Simon Busch
@ 2010-08-10 17:53   ` Roman I Khimov
  2010-08-10 18:51     ` Simon Busch
  0 siblings, 1 reply; 10+ messages in thread
From: Roman I Khimov @ 2010-08-10 17:53 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: Text/Plain, Size: 457 bytes --]

В сообщении от Вторник 10 августа 2010 19:27:57 автор Simon Busch написал:
> Signed-off-by: Simon Busch <morphis@gravedo.de>

Uhm. I meant, the _first_ one, which is for tzcode-native.

BTW, it would be nice if you've updated patchwork when submitting updated 
patches:
http://patchwork.openembedded.org/

-- 
 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] 10+ messages in thread

* [PATCH 1/2] tzcode-native: bump version to 2010k
  2010-08-10  6:01 [PATCH 1/2] tzcode-native: bump version to 2010k Simon Busch
                   ` (2 preceding siblings ...)
  2010-08-10 15:27 ` [PATCH 2/2] tzdata: " Simon Busch
@ 2010-08-10 18:48 ` Simon Busch
  3 siblings, 0 replies; 10+ messages in thread
From: Simon Busch @ 2010-08-10 18:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Simon Busch <morphis@gravedo.de>
---
 recipes/tzcode/tzcode-native_2010j.bb |   16 ----------------
 recipes/tzcode/tzcode-native_2010k.bb |   16 ++++++++++++++++
 2 files changed, 16 insertions(+), 16 deletions(-)
 delete mode 100644 recipes/tzcode/tzcode-native_2010j.bb
 create mode 100644 recipes/tzcode/tzcode-native_2010k.bb

diff --git a/recipes/tzcode/tzcode-native_2010j.bb b/recipes/tzcode/tzcode-native_2010j.bb
deleted file mode 100644
index 7e1ae77..0000000
--- a/recipes/tzcode/tzcode-native_2010j.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 = "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"
diff --git a/recipes/tzcode/tzcode-native_2010k.bb b/recipes/tzcode/tzcode-native_2010k.bb
new file mode 100644
index 0000000..21796d6
--- /dev/null
+++ b/recipes/tzcode/tzcode-native_2010k.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 = "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"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] tzdata: bump version to 2010k
  2010-08-10 17:53   ` Roman I Khimov
@ 2010-08-10 18:51     ` Simon Busch
  2010-08-10 19:20       ` Roman I Khimov
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Busch @ 2010-08-10 18:51 UTC (permalink / raw)
  To: openembedded-devel

Am 10.08.2010 19:53, schrieb Roman I Khimov:
> В сообщении от Вторник 10 августа 2010 19:27:57 автор Simon Busch написал:
>> Signed-off-by: Simon Busch <morphis@gravedo.de>
> 
> Uhm. I meant, the _first_ one, which is for tzcode-native.
> 
> BTW, it would be nice if you've updated patchwork when submitting updated 
> patches:
> http://patchwork.openembedded.org/
> 

Sorry for this. I choose the file to send too quickly so I dismissed to
choose the first one :) I have updated the status of the patches in the
patchwork system (never worked with it before, so I decided to reject
the wrong patches).

Hope now everything is fine and the patches will be ack'ed :)

regards,
morphis



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/2] tzdata: bump version to 2010k
  2010-08-10 18:51     ` Simon Busch
@ 2010-08-10 19:20       ` Roman I Khimov
  2010-08-10 19:39         ` Simon Busch
  0 siblings, 1 reply; 10+ messages in thread
From: Roman I Khimov @ 2010-08-10 19:20 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: Text/Plain, Size: 595 bytes --]

В сообщении от Вторник 10 августа 2010 22:51:17 автор Simon Busch написал:
> Sorry for this. I choose the file to send too quickly so I dismissed to
> choose the first one :) I have updated the status of the patches in the
> patchwork system (never worked with it before, so I decided to reject
> the wrong patches).

Just for the future, a more appropriate status in this case is "Superseded".

Checked and pushed both, thanks!

-- 
 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] 10+ messages in thread

* Re: [PATCH 2/2] tzdata: bump version to 2010k
  2010-08-10 19:20       ` Roman I Khimov
@ 2010-08-10 19:39         ` Simon Busch
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Busch @ 2010-08-10 19:39 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Aug 10, 2010 at 11:20:18PM +0400, Roman I Khimov wrote:
> В сообщении от Вторник 10 августа 2010 22:51:17 автор Simon Busch написал:
> > Sorry for this. I choose the file to send too quickly so I dismissed to
> > choose the first one :) I have updated the status of the patches in the
> > patchwork system (never worked with it before, so I decided to reject
> > the wrong patches).

> Just for the future, a more appropriate status in this case is "Superseded".
> Checked and pushed both, thanks!

Ok, will remember this for the future. Thank you for the review and 
committing both recipes.

regards,
morphis




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-08-10 19:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10  6:01 [PATCH 1/2] tzcode-native: bump version to 2010k Simon Busch
2010-08-10  6:01 ` [PATCH 2/2] tzdata: " Simon Busch
2010-08-10  6:10 ` [PATCH 1/2] tzcode-native: " Roman I Khimov
2010-08-10  6:50   ` morphis
2010-08-10 15:27 ` [PATCH 2/2] tzdata: " Simon Busch
2010-08-10 17:53   ` Roman I Khimov
2010-08-10 18:51     ` Simon Busch
2010-08-10 19:20       ` Roman I Khimov
2010-08-10 19:39         ` Simon Busch
2010-08-10 18:48 ` [PATCH 1/2] tzcode-native: " Simon Busch

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.