* [PATCH] xz: updated to version 5.1.1alpha
@ 2012-05-23 11:08 Valentin Popa
2012-05-23 14:14 ` Saul Wold
2012-05-30 11:59 ` Richard Purdie
0 siblings, 2 replies; 5+ messages in thread
From: Valentin Popa @ 2012-05-23 11:08 UTC (permalink / raw)
To: openembedded-core
From: valentin <valentin@valentin-linux.(none)>
The licenses are the same, only some white
spaces added/removed.
Signed-off-by: valentin <valentin.popa@intel.com>
---
.../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-extended/xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} (72%)
diff --git a/meta/recipes-extended/xz/xz_5.0.3.bb b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
similarity index 72%
rename from meta/recipes-extended/xz/xz_5.0.3.bb
rename to meta/recipes-extended/xz/xz_5.1.1alpha.bb
index e8f96b6..7fa7177 100644
--- a/meta/recipes-extended/xz/xz_5.0.3.bb
+++ b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
@@ -4,17 +4,17 @@ SECTION = "base"
LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
- file://COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe \
+ file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
- file://COPYING.LGPLv2.1;md5=fbc093901857fcd118f065f900982c24 \
+ file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \
file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
-SRC_URI[md5sum] = "fefe52f9ecd521de2a8ce38c21a27574"
-SRC_URI[sha256sum] = "10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf"
+SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
+SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
-PR = "r1"
+PR = "r0"
inherit autotools gettext
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] xz: updated to version 5.1.1alpha
2012-05-23 11:08 [PATCH] xz: updated to version 5.1.1alpha Valentin Popa
@ 2012-05-23 14:14 ` Saul Wold
2012-05-23 14:26 ` Koen Kooi
2012-05-30 11:59 ` Richard Purdie
1 sibling, 1 reply; 5+ messages in thread
From: Saul Wold @ 2012-05-23 14:14 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 05/23/2012 04:08 AM, Valentin Popa wrote:
> From: valentin<valentin@valentin-linux.(none)>
>
> The licenses are the same, only some white
> spaces added/removed.
>
> Signed-off-by: valentin<valentin.popa@intel.com>
> ---
> .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> rename meta/recipes-extended/xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} (72%)
>
Why update to an "Alpha" Version, clearly we want to wait for the
released version.
Thanks
Sau!
> diff --git a/meta/recipes-extended/xz/xz_5.0.3.bb b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> similarity index 72%
> rename from meta/recipes-extended/xz/xz_5.0.3.bb
> rename to meta/recipes-extended/xz/xz_5.1.1alpha.bb
> index e8f96b6..7fa7177 100644
> --- a/meta/recipes-extended/xz/xz_5.0.3.bb
> +++ b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> @@ -4,17 +4,17 @@ SECTION = "base"
>
> LICENSE = "GPLv2+& GPLv3+& LGPLv2.1+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
> - file://COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe \
> + file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
> - file://COPYING.LGPLv2.1;md5=fbc093901857fcd118f065f900982c24 \
> + file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \
> file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
>
> SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
>
> -SRC_URI[md5sum] = "fefe52f9ecd521de2a8ce38c21a27574"
> -SRC_URI[sha256sum] = "10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf"
> +SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> +SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
>
> -PR = "r1"
> +PR = "r0"
>
> inherit autotools gettext
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] xz: updated to version 5.1.1alpha
2012-05-23 14:14 ` Saul Wold
@ 2012-05-23 14:26 ` Koen Kooi
2012-05-23 14:35 ` Saul Wold
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2012-05-23 14:26 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 23 mei 2012, om 16:14 heeft Saul Wold het volgende geschreven:
> On 05/23/2012 04:08 AM, Valentin Popa wrote:
>> From: valentin<valentin@valentin-linux.(none)>
>>
>> The licenses are the same, only some white
>> spaces added/removed.
>>
>> Signed-off-by: valentin<valentin.popa@intel.com>
>> ---
>> .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>> rename meta/recipes-extended/xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} (72%)
>>
> Why update to an "Alpha" Version, clearly we want to wait for the released version.
xz is not getting updated a lot and this release should bring parallel xz support. I asked about this a few weeks ago here, but didn't get much response: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/018706.html
regards,
Koen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] xz: updated to version 5.1.1alpha
2012-05-23 14:26 ` Koen Kooi
@ 2012-05-23 14:35 ` Saul Wold
0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-05-23 14:35 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On 05/23/2012 07:26 AM, Koen Kooi wrote:
>
> Op 23 mei 2012, om 16:14 heeft Saul Wold het volgende geschreven:
>
>> On 05/23/2012 04:08 AM, Valentin Popa wrote:
>>> From: valentin<valentin@valentin-linux.(none)>
>>>
>>> The licenses are the same, only some white
>>> spaces added/removed.
>>>
>>> Signed-off-by: valentin<valentin.popa@intel.com>
>>> ---
>>> .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +++++-----
>>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>> rename meta/recipes-extended/xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} (72%)
>>>
>> Why update to an "Alpha" Version, clearly we want to wait for the released version.
>
> xz is not getting updated a lot and this release should bring parallel xz support. I asked about this a few weeks ago here, but didn't get much response: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/018706.html
>
Your right about it looking pretty stable
Does anyone know Lasse Collin, to query him or their mailing list about
when the next release will happen?
Sau!
> regards,
>
> Koen
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] xz: updated to version 5.1.1alpha
2012-05-23 11:08 [PATCH] xz: updated to version 5.1.1alpha Valentin Popa
2012-05-23 14:14 ` Saul Wold
@ 2012-05-30 11:59 ` Richard Purdie
1 sibling, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2012-05-30 11:59 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-05-23 at 14:08 +0300, Valentin Popa wrote:
> From: valentin <valentin@valentin-linux.(none)>
>
> The licenses are the same, only some white
> spaces added/removed.
>
> Signed-off-by: valentin <valentin.popa@intel.com>
> ---
> .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> rename meta/recipes-extended/xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} (72%)
I decided to merge this, thanks.
Please fix your git configuration to add the correct author and signed
off by lines though! I've fixed this one up manually.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-30 12:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 11:08 [PATCH] xz: updated to version 5.1.1alpha Valentin Popa
2012-05-23 14:14 ` Saul Wold
2012-05-23 14:26 ` Koen Kooi
2012-05-23 14:35 ` Saul Wold
2012-05-30 11:59 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox