Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Update tzdata and gst-plugins-good
@ 2011-10-18 22:24 Joshua Lock
  2011-10-18 22:24 ` [PATCH 1/2] gst-plugins-good: update to 0.10.30 Joshua Lock
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joshua Lock @ 2011-10-18 22:24 UTC (permalink / raw)
  To: openembedded-core

Per mailing requests, here are updates to the tzdata and gst-plugins-good recipes.

Joshua

The following changes since commit 95d0ff5e070c690314ab87665200099a52d37ebf:

  tzdata: updated SRC_URI and update to 2011k (2011-10-18 11:16:58 -0700)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/work
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work

Joshua Lock (2):
  gst-plugins-good: update to 0.10.30
  tzdata: updated SRC_URI and update to 2011k

 .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}    |    6 +++---
 ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_2011l.bb} (96%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (84%)

-- 
1.7.6.4




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

* [PATCH 1/2] gst-plugins-good: update to 0.10.30
  2011-10-18 22:24 [PATCH 0/2] Update tzdata and gst-plugins-good Joshua Lock
@ 2011-10-18 22:24 ` Joshua Lock
  2011-10-19  8:46   ` Martin Jansa
  2011-10-18 22:24 ` [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k Joshua Lock
  2011-10-19  7:55 ` [PATCH 0/2] Update tzdata and gst-plugins-good Andrea Adami
  2 siblings, 1 reply; 8+ messages in thread
From: Joshua Lock @ 2011-10-18 22:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (84%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
similarity index 84%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
index 6c837a7..96855aa 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
@@ -18,5 +18,5 @@ do_configure_prepend() {
 	rm ${S}/m4/lib-link.m4 || true
 }
 
-SRC_URI[md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0"
-SRC_URI[sha256sum] = "adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028"
+SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
+SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
-- 
1.7.6.4




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

* [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k
  2011-10-18 22:24 [PATCH 0/2] Update tzdata and gst-plugins-good Joshua Lock
  2011-10-18 22:24 ` [PATCH 1/2] gst-plugins-good: update to 0.10.30 Joshua Lock
@ 2011-10-18 22:24 ` Joshua Lock
  2011-10-19  0:54   ` Khem Raj
  2011-10-19  7:55 ` [PATCH 0/2] Update tzdata and gst-plugins-good Andrea Adami
  2 siblings, 1 reply; 8+ messages in thread
From: Joshua Lock @ 2011-10-18 22:24 UTC (permalink / raw)
  To: openembedded-core

tzdata is now hosted by IANA at http://www.iana.org/time-zones

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_2011l.bb} (96%)

diff --git a/meta/recipes-extended/tzdata/tzdata_2011k.bb b/meta/recipes-extended/tzdata/tzdata_2011l.bb
similarity index 96%
rename from meta/recipes-extended/tzdata/tzdata_2011k.bb
rename to meta/recipes-extended/tzdata/tzdata_2011l.bb
index 45f2c4d..140f8ed 100644
--- a/meta/recipes-extended/tzdata/tzdata_2011k.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2011l.bb
@@ -12,10 +12,10 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
              timezone-australia timezone-europe timezone-indian \
              timezone-iso3166.tab timezone-pacific timezone-zone.tab"
 
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tzdata"
+SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 
-SRC_URI[tzdata.md5sum] = "9da1c2d4d1a01f9f504b73ccd371830f"
-SRC_URI[tzdata.sha256sum] = "51f7d2a42b7fb9465feced642a6676afdf8b04a071e55f3fef1f0925bd67ef21"
+SRC_URI[tzdata.md5sum] = "bae1b93673e1aef80186c90dfd493f1c"
+SRC_URI[tzdata.sha256sum] = "cb9fec68a19c9c3b900bb71f3ca20d0051a863f765387b52fc2d144a5bbb0c7d"
 
 S = "${WORKDIR}"
 
-- 
1.7.6.4




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

* Re: [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k
  2011-10-18 22:24 ` [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k Joshua Lock
@ 2011-10-19  0:54   ` Khem Raj
  2011-10-19 16:19     ` Joshua Lock
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2011-10-19  0:54 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On (18/10/11 15:24), Joshua Lock wrote:
> tzdata is now hosted by IANA at http://www.iana.org/time-zones
> 
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}    |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_2011l.bb} (96%)
> 
> diff --git a/meta/recipes-extended/tzdata/tzdata_2011k.bb b/meta/recipes-extended/tzdata/tzdata_2011l.bb
> similarity index 96%
> rename from meta/recipes-extended/tzdata/tzdata_2011k.bb
> rename to meta/recipes-extended/tzdata/tzdata_2011l.bb
> index 45f2c4d..140f8ed 100644
> --- a/meta/recipes-extended/tzdata/tzdata_2011k.bb
> +++ b/meta/recipes-extended/tzdata/tzdata_2011l.bb
> @@ -12,10 +12,10 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
>               timezone-australia timezone-europe timezone-indian \
>               timezone-iso3166.tab timezone-pacific timezone-zone.tab"
>  
> -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tzdata"
> +SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"

I think same would be needed for tzcode-native recipes. Could you also
do that while you are at it.

>  
> -SRC_URI[tzdata.md5sum] = "9da1c2d4d1a01f9f504b73ccd371830f"
> -SRC_URI[tzdata.sha256sum] = "51f7d2a42b7fb9465feced642a6676afdf8b04a071e55f3fef1f0925bd67ef21"
> +SRC_URI[tzdata.md5sum] = "bae1b93673e1aef80186c90dfd493f1c"
> +SRC_URI[tzdata.sha256sum] = "cb9fec68a19c9c3b900bb71f3ca20d0051a863f765387b52fc2d144a5bbb0c7d"
>  
>  S = "${WORKDIR}"
>  
> -- 
> 1.7.6.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
-Khem



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

* Re: [PATCH 0/2] Update tzdata and gst-plugins-good
  2011-10-18 22:24 [PATCH 0/2] Update tzdata and gst-plugins-good Joshua Lock
  2011-10-18 22:24 ` [PATCH 1/2] gst-plugins-good: update to 0.10.30 Joshua Lock
  2011-10-18 22:24 ` [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k Joshua Lock
@ 2011-10-19  7:55 ` Andrea Adami
  2 siblings, 0 replies; 8+ messages in thread
From: Andrea Adami @ 2011-10-19  7:55 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

On Wed, Oct 19, 2011 at 12:24 AM, Joshua Lock <josh@linux.intel.com> wrote:

> Per mailing requests, here are updates to the tzdata and gst-plugins-good
> recipes.
>
> Joshua
>
> The following changes since commit
> 95d0ff5e070c690314ab87665200099a52d37ebf:
>
>  tzdata: updated SRC_URI and update to 2011k (2011-10-18 11:16:58 -0700)
>

Thanks for the tzdata fix.
Now, we have the same recipes in meta-oe with a slightly different
do_install and packaging: I'm referring to /etc/localtime and /etc/timezone:
which package do provide those in oe-core?

(We'll remove the tzdata/tzcodes from meta-oe once the recipes are matching)

Regards

Andrea

[-- Attachment #2: Type: text/html, Size: 929 bytes --]

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

* Re: [PATCH 1/2] gst-plugins-good: update to 0.10.30
  2011-10-18 22:24 ` [PATCH 1/2] gst-plugins-good: update to 0.10.30 Joshua Lock
@ 2011-10-19  8:46   ` Martin Jansa
  2011-10-19 16:17     ` Joshua Lock
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2011-10-19  8:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1805 bytes --]

On Tue, Oct 18, 2011 at 03:24:11PM -0700, Joshua Lock wrote:
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (84%)
> 
> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
> similarity index 84%
> rename from meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
> rename to meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
> index 6c837a7..96855aa 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
> @@ -18,5 +18,5 @@ do_configure_prepend() {
>  	rm ${S}/m4/lib-link.m4 || true
>  }
>  
> -SRC_URI[md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0"
> -SRC_URI[sha256sum] = "adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028"
> +SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
> +SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
> -- 
> 1.7.6.4

Can you please fix:
NOTE: Running task 2693 of 2701 (ID: 9, /OE/shr-core/openembedded-core/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb, do_package)
NOTE: package gst-plugins-good-0.10.30-r2: task do_package: Started
WARNING: For recipe gst-plugins-good, the following files were installed but not shipped in any package:
WARNING:   /etc/gconf/schemas/gstreamer-0.10.schemas
NOTE: package gst-plugins-good-0.10.30-r2: task do_package: Succeeded

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH 1/2] gst-plugins-good: update to 0.10.30
  2011-10-19  8:46   ` Martin Jansa
@ 2011-10-19 16:17     ` Joshua Lock
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Lock @ 2011-10-19 16:17 UTC (permalink / raw)
  To: openembedded-core

On 10/19/2011 01:46 AM, Martin Jansa wrote:
> On Tue, Oct 18, 2011 at 03:24:11PM -0700, Joshua Lock wrote:
>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>> ---
>>  ...good_0.10.28.bb => gst-plugins-good_0.10.30.bb} |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.28.bb => gst-plugins-good_0.10.30.bb} (84%)
>>
>> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>> similarity index 84%
>> rename from meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
>> rename to meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>> index 6c837a7..96855aa 100644
>> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
>> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb
>> @@ -18,5 +18,5 @@ do_configure_prepend() {
>>  	rm ${S}/m4/lib-link.m4 || true
>>  }
>>  
>> -SRC_URI[md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0"
>> -SRC_URI[sha256sum] = "adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028"
>> +SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9"
>> +SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6"
>> -- 
>> 1.7.6.4
> 
> Can you please fix:
> NOTE: Running task 2693 of 2701 (ID: 9, /OE/shr-core/openembedded-core/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb, do_package)
> NOTE: package gst-plugins-good-0.10.30-r2: task do_package: Started
> WARNING: For recipe gst-plugins-good, the following files were installed but not shipped in any package:
> WARNING:   /etc/gconf/schemas/gstreamer-0.10.schemas
> NOTE: package gst-plugins-good-0.10.30-r2: task do_package: Succeeded

Sure, I'll take a look now - pretty sure that's not new but thanks for
raising it.

Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



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

* Re: [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k
  2011-10-19  0:54   ` Khem Raj
@ 2011-10-19 16:19     ` Joshua Lock
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Lock @ 2011-10-19 16:19 UTC (permalink / raw)
  To: openembedded-core

On 10/18/2011 05:54 PM, Khem Raj wrote:
> On (18/10/11 15:24), Joshua Lock wrote:
>> tzdata is now hosted by IANA at http://www.iana.org/time-zones
>>
>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>> ---
>>  .../tzdata/{tzdata_2011k.bb => tzdata_2011l.bb}    |    6 +++---
>>  1 files changed, 3 insertions(+), 3 deletions(-)
>>  rename meta/recipes-extended/tzdata/{tzdata_2011k.bb => tzdata_2011l.bb} (96%)
>>
>> diff --git a/meta/recipes-extended/tzdata/tzdata_2011k.bb b/meta/recipes-extended/tzdata/tzdata_2011l.bb
>> similarity index 96%
>> rename from meta/recipes-extended/tzdata/tzdata_2011k.bb
>> rename to meta/recipes-extended/tzdata/tzdata_2011l.bb
>> index 45f2c4d..140f8ed 100644
>> --- a/meta/recipes-extended/tzdata/tzdata_2011k.bb
>> +++ b/meta/recipes-extended/tzdata/tzdata_2011l.bb
>> @@ -12,10 +12,10 @@ RCONFLICTS= "timezones timezone-africa timezone-america timezone-antarctica \
>>               timezone-australia timezone-europe timezone-indian \
>>               timezone-iso3166.tab timezone-pacific timezone-zone.tab"
>>  
>> -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tzdata"
>> +SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
> 
> I think same would be needed for tzcode-native recipes. Could you also
> do that while you are at it.

I'll try and get to it today.

Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



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

end of thread, other threads:[~2011-10-19 16:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 22:24 [PATCH 0/2] Update tzdata and gst-plugins-good Joshua Lock
2011-10-18 22:24 ` [PATCH 1/2] gst-plugins-good: update to 0.10.30 Joshua Lock
2011-10-19  8:46   ` Martin Jansa
2011-10-19 16:17     ` Joshua Lock
2011-10-18 22:24 ` [PATCH 2/2] tzdata: updated SRC_URI and update to 2011k Joshua Lock
2011-10-19  0:54   ` Khem Raj
2011-10-19 16:19     ` Joshua Lock
2011-10-19  7:55 ` [PATCH 0/2] Update tzdata and gst-plugins-good Andrea Adami

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox