All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xz: update to 5.1.2alpha
@ 2012-07-11 14:10 Koen Kooi
  2012-07-11 20:53 ` Saul Wold
  2012-07-17 16:20 ` Saul Wold
  0 siblings, 2 replies; 8+ messages in thread
From: Koen Kooi @ 2012-07-11 14:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

This contains bugfixes from the 5.0.3 and 5.0.4 releases

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%)

diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
similarity index 86%
rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
index 7fa7177..9d68720 100644
--- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
+++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
@@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
                     file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
 
 SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
-SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
-
-PR = "r0"
+SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
+SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
 
 inherit autotools gettext
 
-- 
1.7.10




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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-11 14:10 [PATCH] xz: update to 5.1.2alpha Koen Kooi
@ 2012-07-11 20:53 ` Saul Wold
  2012-07-11 22:42   ` Richard Purdie
  2012-07-12 12:26   ` Andrei Gherzan
  2012-07-17 16:20 ` Saul Wold
  1 sibling, 2 replies; 8+ messages in thread
From: Saul Wold @ 2012-07-11 20:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On 07/11/2012 07:10 AM, Koen Kooi wrote:
> This contains bugfixes from the 5.0.3 and 5.0.4 releases
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>   meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |    7 ++-----
>   1 file changed, 2 insertions(+), 5 deletions(-)
>   rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%)
>
> diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> similarity index 86%
> rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
> rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
> index 7fa7177..9d68720 100644
> --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
>                       file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
>
>   SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> -SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
> -
> -PR = "r0"
> +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
> +SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
>
>   inherit autotools gettext
>
>

How stable is this alpha release?  We don't generally take up 
re-releases, correct?

Sau!



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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-11 20:53 ` Saul Wold
@ 2012-07-11 22:42   ` Richard Purdie
  2012-07-12 12:26   ` Andrei Gherzan
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Purdie @ 2012-07-11 22:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On Wed, 2012-07-11 at 13:53 -0700, Saul Wold wrote:
> On 07/11/2012 07:10 AM, Koen Kooi wrote:
> > This contains bugfixes from the 5.0.3 and 5.0.4 releases
> >
> > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> > ---
> >   meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |    7 ++-----
> >   1 file changed, 2 insertions(+), 5 deletions(-)
> >   rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%)
> >
> > diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > similarity index 86%
> > rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
> > rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > index 7fa7177..9d68720 100644
> > --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> > +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
> >                       file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
> >
> >   SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
> > -
> > -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> > -SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
> > -
> > -PR = "r0"
> > +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
> > +SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
> >
> >   inherit autotools gettext
> >
> >
> 
> How stable is this alpha release?  We don't generally take up 
> re-releases, correct?

We've talked about this before and I think this might be an exception to
the rule? I don't remember any objections at least when this question
got asked...

Cheers,

Richard




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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-11 20:53 ` Saul Wold
  2012-07-11 22:42   ` Richard Purdie
@ 2012-07-12 12:26   ` Andrei Gherzan
  2012-07-12 12:56     ` Koen Kooi
  1 sibling, 1 reply; 8+ messages in thread
From: Andrei Gherzan @ 2012-07-12 12:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Wed, Jul 11, 2012 at 11:53 PM, Saul Wold <sgw@linux.intel.com> wrote:

> On 07/11/2012 07:10 AM, Koen Kooi wrote:
>
>> This contains bugfixes from the 5.0.3 and 5.0.4 releases
>>
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>>   meta/recipes-extended/xz/{xz_**5.1.1alpha.bb <http://xz_5.1.1alpha.bb>=>
>> xz_5.1.2alpha.bb} |    7 ++-----
>>   1 file changed, 2 insertions(+), 5 deletions(-)
>>   rename meta/recipes-extended/xz/{xz_**5.1.1alpha.bb<http://xz_5.1.1alpha.bb>=>
>> xz_5.1.2alpha.bb} (86%)
>>
>> diff --git a/meta/recipes-extended/xz/xz_**5.1.1alpha.bb<http://xz_5.1.1alpha.bb>b/meta/recipes-extended/xz/
>> xz_**5.1.2alpha.bb <http://xz_5.1.2alpha.bb>
>> similarity index 86%
>> rename from meta/recipes-extended/xz/xz_5.**1.1alpha.bb<http://xz_5.1.1alpha.bb>
>> rename to meta/recipes-extended/xz/xz_5.**1.2alpha.bb<http://xz_5.1.2alpha.bb>
>> index 7fa7177..9d68720 100644
>> --- a/meta/recipes-extended/xz/xz_**5.1.1alpha.bb<http://xz_5.1.1alpha.bb>
>> +++ b/meta/recipes-extended/xz/xz_**5.1.2alpha.bb<http://xz_5.1.2alpha.bb>
>> @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=**
>> c475b6c7dca236740ace4bba553e8e**1c \
>>                       file://lib/getopt.c;endline=**23;md5=**
>> 2069b0ee710572c03bb3114e4532cd**84 "
>>
>>   SRC_URI = "http://tukaani.org/xz/xz-${**PV}.tar.gz<http://tukaani.org/xz/xz-$%7BPV%7D.tar.gz>
>> "
>> -
>> -SRC_URI[md5sum] = "**bb24436fa12780808e1c1429804841**04"
>> -SRC_URI[sha256sum] = "**54e59a83690a4a0ec88a7d7c3bdef9**
>> 0c6b196c892a93463863c71c24fe87**951a"
>> -
>> -PR = "r0"
>> +SRC_URI[md5sum] = "**9bad1e249537ce69b206815cf28ca8**7b"
>> +SRC_URI[sha256sum] = "**70e792d2a67cfbb8f2dffd0feab6ca**
>> 6e5a4a618d65070fb44a367629d1ba**94e5"
>>
>>   inherit autotools gettext
>>
>>
>>
> How stable is this alpha release?  We don't generally take up re-releases,
> correct?
>
>
We already have an alpha release... so another alpha shouldn't be a
problem, right? .1a it's a good deal as it implements multithreaded
compression and decompression. .2a adds some bug fixes (including some
portability issues).

@g

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

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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-12 12:26   ` Andrei Gherzan
@ 2012-07-12 12:56     ` Koen Kooi
  2012-07-12 13:42       ` Andrei Gherzan
  0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2012-07-12 12:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 12 jul. 2012, om 14:26 heeft Andrei Gherzan het volgende geschreven:

> On Wed, Jul 11, 2012 at 11:53 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 07/11/2012 07:10 AM, Koen Kooi wrote:
> This contains bugfixes from the 5.0.3 and 5.0.4 releases
> 
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>   meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |    7 ++-----
>   1 file changed, 2 insertions(+), 5 deletions(-)
>   rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%)
> 
> diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> similarity index 86%
> rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
> rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
> index 7fa7177..9d68720 100644
> --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
>                       file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
> 
>   SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> -SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
> -
> -PR = "r0"
> +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
> +SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
> 
>   inherit autotools gettext
> 
> 
> 
> How stable is this alpha release?  We don't generally take up re-releases, correct?
> 
>  
> We already have an alpha release... so another alpha shouldn't be a problem, right? .1a it's a good deal as it implements multithreaded compression and decompression.

After Andrei's patch for image_types.bbclass goes in I have a follow up patch to enable xz threads (and disable the -e -9) to give a nice speedup for xz images. On my aging core2quad compressing a 4gb image goes from ~22 minutes to ~6.5 minutes with -T4. On my 4c/8t i7 I can get up to a 6x speedup with -T6 or -T8, hyperthreading does a better job than I expected.

regards,

Koen

regards,

Koen


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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-12 12:56     ` Koen Kooi
@ 2012-07-12 13:42       ` Andrei Gherzan
  2012-07-12 14:38         ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Andrei Gherzan @ 2012-07-12 13:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Thu, Jul 12, 2012 at 3:56 PM, Koen Kooi <koen@dominion.thruhere.net>wrote:

>
> Op 12 jul. 2012, om 14:26 heeft Andrei Gherzan het volgende geschreven:
>
> > On Wed, Jul 11, 2012 at 11:53 PM, Saul Wold <sgw@linux.intel.com> wrote:
> > On 07/11/2012 07:10 AM, Koen Kooi wrote:
> > This contains bugfixes from the 5.0.3 and 5.0.4 releases
> >
> > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> > ---
> >   meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |
>  7 ++-----
> >   1 file changed, 2 insertions(+), 5 deletions(-)
> >   rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb}
> (86%)
> >
> > diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bbb/meta/recipes-extended/xz/
> xz_5.1.2alpha.bb
> > similarity index 86%
> > rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
> > rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > index 7fa7177..9d68720 100644
> > --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> > +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
> >
> file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
> >
> >   SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
> > -
> > -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> > -SRC_URI[sha256sum] =
> "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
> > -
> > -PR = "r0"
> > +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
> > +SRC_URI[sha256sum] =
> "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
> >
> >   inherit autotools gettext
> >
> >
> >
> > How stable is this alpha release?  We don't generally take up
> re-releases, correct?
> >
> >
> > We already have an alpha release... so another alpha shouldn't be a
> problem, right? .1a it's a good deal as it implements multithreaded
> compression and decompression.
>
> After Andrei's patch for image_types.bbclass goes in I have a follow up
> patch to enable xz threads (and disable the -e -9) to give a nice speedup
> for xz images. On my aging core2quad compressing a 4gb image goes from ~22
> minutes to ~6.5 minutes with -T4. On my 4c/8t i7 I can get up to a 6x
> speedup with -T6 or -T8, hyperthreading does a better job than I expected.
>
>
I can confirm this. But still, we can hold -e -9 and just add -T4. I think
people have 700mb ram to spare while compressing.

@g

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

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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-12 13:42       ` Andrei Gherzan
@ 2012-07-12 14:38         ` Koen Kooi
  0 siblings, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2012-07-12 14:38 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 12 jul. 2012, om 15:42 heeft Andrei Gherzan het volgende geschreven:

> On Thu, Jul 12, 2012 at 3:56 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> 
> Op 12 jul. 2012, om 14:26 heeft Andrei Gherzan het volgende geschreven:
> 
> > On Wed, Jul 11, 2012 at 11:53 PM, Saul Wold <sgw@linux.intel.com> wrote:
> > On 07/11/2012 07:10 AM, Koen Kooi wrote:
> > This contains bugfixes from the 5.0.3 and 5.0.4 releases
> >
> > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> > ---
> >   meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |    7 ++-----
> >   1 file changed, 2 insertions(+), 5 deletions(-)
> >   rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%)
> >
> > diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > similarity index 86%
> > rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
> > rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > index 7fa7177..9d68720 100644
> > --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> > +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> > @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
> >                       file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
> >
> >   SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
> > -
> > -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> > -SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
> > -
> > -PR = "r0"
> > +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
> > +SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
> >
> >   inherit autotools gettext
> >
> >
> >
> > How stable is this alpha release?  We don't generally take up re-releases, correct?
> >
> >
> > We already have an alpha release... so another alpha shouldn't be a problem, right? .1a it's a good deal as it implements multithreaded compression and decompression.
> 
> After Andrei's patch for image_types.bbclass goes in I have a follow up patch to enable xz threads (and disable the -e -9) to give a nice speedup for xz images. On my aging core2quad compressing a 4gb image goes from ~22 minutes to ~6.5 minutes with -T4. On my 4c/8t i7 I can get up to a 6x speedup with -T6 or -T8, hyperthreading does a better job than I expected.
> 
>  
> I can confirm this. But still, we can hold -e -9 and just add -T4. I think people have 700mb ram to spare while compressing. 

It's 6.5GB of ram when I compress a 4GB image with -e -9 -T6, the -e is really, really bad


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

* Re: [PATCH] xz: update to 5.1.2alpha
  2012-07-11 14:10 [PATCH] xz: update to 5.1.2alpha Koen Kooi
  2012-07-11 20:53 ` Saul Wold
@ 2012-07-17 16:20 ` Saul Wold
  1 sibling, 0 replies; 8+ messages in thread
From: Saul Wold @ 2012-07-17 16:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On 07/11/2012 07:10 AM, Koen Kooi wrote:
> This contains bugfixes from the 5.0.3 and 5.0.4 releases
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>   meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} |    7 ++-----
>   1 file changed, 2 insertions(+), 5 deletions(-)
>   rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%)
>
> diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> similarity index 86%
> rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb
> rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb
> index 7fa7177..9d68720 100644
> --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb
> @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
>                       file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
>
>   SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> -SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
> -
> -PR = "r0"
> +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b"
> +SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5"
>
>   inherit autotools gettext
>
>

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-07-17 16:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 14:10 [PATCH] xz: update to 5.1.2alpha Koen Kooi
2012-07-11 20:53 ` Saul Wold
2012-07-11 22:42   ` Richard Purdie
2012-07-12 12:26   ` Andrei Gherzan
2012-07-12 12:56     ` Koen Kooi
2012-07-12 13:42       ` Andrei Gherzan
2012-07-12 14:38         ` Koen Kooi
2012-07-17 16:20 ` Saul Wold

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.