All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Usual tzdata tzcode updates
@ 2011-03-28 13:12 Antonio Ospite
  2011-03-28 13:12 ` [PATCH 1/2] tzdata: Updated to 2011d Antonio Ospite
  2011-03-28 13:12 ` [PATCH 2/2] tzcode-native: update " Antonio Ospite
  0 siblings, 2 replies; 5+ messages in thread
From: Antonio Ospite @ 2011-03-28 13:12 UTC (permalink / raw)
  To: openembedded-devel

I am going to push these in a couple of hours.

Antonio Ospite (2):
  tzdata: Updated to 2011d
  tzcode-native: update to 2011d

 ...code-native_2011b.bb => tzcode-native_2011d.bb} |   10 +++++-----
 .../tzdata/{tzdata_2011b.bb => tzdata_2011d.bb}    |    5 ++---
 2 files changed, 7 insertions(+), 8 deletions(-)
 rename recipes/tzcode/{tzcode-native_2011b.bb => tzcode-native_2011d.bb} (51%)
 rename recipes/tzdata/{tzdata_2011b.bb => tzdata_2011d.bb} (64%)

-- 
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?



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

* [PATCH 1/2] tzdata: Updated to 2011d
  2011-03-28 13:12 [PATCH 0/2] Usual tzdata tzcode updates Antonio Ospite
@ 2011-03-28 13:12 ` Antonio Ospite
  2011-03-28 14:42   ` Mike Westerhof
  2011-03-28 13:12 ` [PATCH 2/2] tzcode-native: update " Antonio Ospite
  1 sibling, 1 reply; 5+ messages in thread
From: Antonio Ospite @ 2011-03-28 13:12 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
 .../tzdata/{tzdata_2011b.bb => tzdata_2011d.bb}    |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
 rename recipes/tzdata/{tzdata_2011b.bb => tzdata_2011d.bb} (64%)

diff --git a/recipes/tzdata/tzdata_2011b.bb b/recipes/tzdata/tzdata_2011d.bb
similarity index 64%
rename from recipes/tzdata/tzdata_2011b.bb
rename to recipes/tzdata/tzdata_2011d.bb
index 158f4ce..ca225bf 100644
--- a/recipes/tzdata/tzdata_2011b.bb
+++ b/recipes/tzdata/tzdata_2011d.bb
@@ -6,6 +6,5 @@ require tzdata.inc
 
 PR = "${INC_PR}.0"
 
-SRC_URI[md5sum] = "9eaf3ca354c42a32bd28e623539bf0e0"
-SRC_URI[sha256sum] = "ff45f5ddc2ec925249626d00d7bc2ffff587e0956a1d8245517a023bf27e4cc9"
-
+SRC_URI[md5sum] = "03c5793502b7c41985edd73146bf7e36"
+SRC_URI[sha256sum] = "415a54774094e8dcdc9ba141fafbee4b3b2f2140a5b8cf012eea4b37fb9a23bd"
-- 
1.7.4.1




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

* [PATCH 2/2] tzcode-native: update to 2011d
  2011-03-28 13:12 [PATCH 0/2] Usual tzdata tzcode updates Antonio Ospite
  2011-03-28 13:12 ` [PATCH 1/2] tzdata: Updated to 2011d Antonio Ospite
@ 2011-03-28 13:12 ` Antonio Ospite
  2011-03-28 14:42   ` Mike Westerhof
  1 sibling, 1 reply; 5+ messages in thread
From: Antonio Ospite @ 2011-03-28 13:12 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
 ...code-native_2011b.bb => tzcode-native_2011d.bb} |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
 rename recipes/tzcode/{tzcode-native_2011b.bb => tzcode-native_2011d.bb} (51%)

diff --git a/recipes/tzcode/tzcode-native_2011b.bb b/recipes/tzcode/tzcode-native_2011d.bb
similarity index 51%
rename from recipes/tzcode/tzcode-native_2011b.bb
rename to recipes/tzcode/tzcode-native_2011d.bb
index 30996d9..1cc7757 100644
--- a/recipes/tzcode/tzcode-native_2011b.bb
+++ b/recipes/tzcode/tzcode-native_2011d.bb
@@ -6,11 +6,11 @@ require tzcode-native.inc
 # Also, tzdata (and it is needed to build tzcode) version can differ from
 # tzcode version, thus this variable
 
-TZDATA_PV = "2011b"
+TZDATA_PV = "2011d"
 
 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"
+SRC_URI[tzcode-2011d.md5sum] = "95095242ee368e6a7e107f154590ac11"
+SRC_URI[tzcode-2011d.sha256sum] = "68f2c07471c5390199c09fe9fee6a22f8a4dac24713af88b92da17b33ad98cc7"
+SRC_URI[tzdata-2011d.md5sum] = "03c5793502b7c41985edd73146bf7e36"
+SRC_URI[tzdata-2011d.sha256sum] = "415a54774094e8dcdc9ba141fafbee4b3b2f2140a5b8cf012eea4b37fb9a23bd"
-- 
1.7.4.1




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

* Re: [PATCH 1/2] tzdata: Updated to 2011d
  2011-03-28 13:12 ` [PATCH 1/2] tzdata: Updated to 2011d Antonio Ospite
@ 2011-03-28 14:42   ` Mike Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Westerhof @ 2011-03-28 14:42 UTC (permalink / raw)
  To: openembedded-devel

On 3/28/2011 8:12 AM, Antonio Ospite wrote:
> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>

Acked-by: Mike Westerhof <mike@mwester.net>

> ---
>  .../tzdata/{tzdata_2011b.bb => tzdata_2011d.bb}    |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
>  rename recipes/tzdata/{tzdata_2011b.bb => tzdata_2011d.bb} (64%)
> 
> diff --git a/recipes/tzdata/tzdata_2011b.bb b/recipes/tzdata/tzdata_2011d.bb
> similarity index 64%
> rename from recipes/tzdata/tzdata_2011b.bb
> rename to recipes/tzdata/tzdata_2011d.bb
> index 158f4ce..ca225bf 100644
> --- a/recipes/tzdata/tzdata_2011b.bb
> +++ b/recipes/tzdata/tzdata_2011d.bb
> @@ -6,6 +6,5 @@ require tzdata.inc
>  
>  PR = "${INC_PR}.0"
>  
> -SRC_URI[md5sum] = "9eaf3ca354c42a32bd28e623539bf0e0"
> -SRC_URI[sha256sum] = "ff45f5ddc2ec925249626d00d7bc2ffff587e0956a1d8245517a023bf27e4cc9"
> -
> +SRC_URI[md5sum] = "03c5793502b7c41985edd73146bf7e36"
> +SRC_URI[sha256sum] = "415a54774094e8dcdc9ba141fafbee4b3b2f2140a5b8cf012eea4b37fb9a23bd"




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

* Re: [PATCH 2/2] tzcode-native: update to 2011d
  2011-03-28 13:12 ` [PATCH 2/2] tzcode-native: update " Antonio Ospite
@ 2011-03-28 14:42   ` Mike Westerhof
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Westerhof @ 2011-03-28 14:42 UTC (permalink / raw)
  To: openembedded-devel

On 3/28/2011 8:12 AM, Antonio Ospite wrote:
> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>

Acked-by: Mike Westerhof <mike@mwester.net>

> ---
>  ...code-native_2011b.bb => tzcode-native_2011d.bb} |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
>  rename recipes/tzcode/{tzcode-native_2011b.bb => tzcode-native_2011d.bb} (51%)
> 
> diff --git a/recipes/tzcode/tzcode-native_2011b.bb b/recipes/tzcode/tzcode-native_2011d.bb
> similarity index 51%
> rename from recipes/tzcode/tzcode-native_2011b.bb
> rename to recipes/tzcode/tzcode-native_2011d.bb
> index 30996d9..1cc7757 100644
> --- a/recipes/tzcode/tzcode-native_2011b.bb
> +++ b/recipes/tzcode/tzcode-native_2011d.bb
> @@ -6,11 +6,11 @@ require tzcode-native.inc
>  # Also, tzdata (and it is needed to build tzcode) version can differ from
>  # tzcode version, thus this variable
>  
> -TZDATA_PV = "2011b"
> +TZDATA_PV = "2011d"
>  
>  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"
> +SRC_URI[tzcode-2011d.md5sum] = "95095242ee368e6a7e107f154590ac11"
> +SRC_URI[tzcode-2011d.sha256sum] = "68f2c07471c5390199c09fe9fee6a22f8a4dac24713af88b92da17b33ad98cc7"
> +SRC_URI[tzdata-2011d.md5sum] = "03c5793502b7c41985edd73146bf7e36"
> +SRC_URI[tzdata-2011d.sha256sum] = "415a54774094e8dcdc9ba141fafbee4b3b2f2140a5b8cf012eea4b37fb9a23bd"




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

end of thread, other threads:[~2011-03-28 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 13:12 [PATCH 0/2] Usual tzdata tzcode updates Antonio Ospite
2011-03-28 13:12 ` [PATCH 1/2] tzdata: Updated to 2011d Antonio Ospite
2011-03-28 14:42   ` Mike Westerhof
2011-03-28 13:12 ` [PATCH 2/2] tzcode-native: update " Antonio Ospite
2011-03-28 14:42   ` Mike Westerhof

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.