* [PATCH v2] liburcu: Upgrade to upstream 0.7.3
@ 2012-08-01 13:54 Radu Moisan
2012-08-01 14:01 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Radu Moisan @ 2012-08-01 13:54 UTC (permalink / raw)
To: openembedded-core
LICENSE file has the date changed otherwise just a regular
package update.
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
.../liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} (77%)
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.7.3.bb
similarity index 77%
rename from meta/recipes-support/liburcu/liburcu_0.6.7.bb
rename to meta/recipes-support/liburcu/liburcu_0.7.3.bb
index be73856..86f29be 100644
--- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.7.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://lttng.org/urcu"
BUGTRACKER = "http://lttng.org/project/issues"
LICENSE = "LGPLv2.1+ & MIT-style"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \
file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
@@ -11,8 +11,8 @@ PR = "r0"
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
-SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3"
-SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f"
+SRC_URI[md5sum] = "c40b726f13bff80982c1ffa1bc2db31d"
+SRC_URI[sha256sum] = "63f540a5d3c947fa3739711099fb87a66036d3c9560f26da763e500da296a1af"
S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] liburcu: Upgrade to upstream 0.7.3
2012-08-01 13:54 [PATCH v2] liburcu: Upgrade to upstream 0.7.3 Radu Moisan
@ 2012-08-01 14:01 ` Martin Jansa
2012-08-02 6:05 ` Radu Moisan
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2012-08-01 14:01 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2183 bytes --]
On Wed, Aug 01, 2012 at 04:54:58PM +0300, Radu Moisan wrote:
> LICENSE file has the date changed otherwise just a regular
> package update.
And does this resolve Saul's review comments?
>
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
> .../liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> rename meta/recipes-support/liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} (77%)
>
> diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.7.3.bb
> similarity index 77%
> rename from meta/recipes-support/liburcu/liburcu_0.6.7.bb
> rename to meta/recipes-support/liburcu/liburcu_0.7.3.bb
> index be73856..86f29be 100644
> --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb
> +++ b/meta/recipes-support/liburcu/liburcu_0.7.3.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://lttng.org/urcu"
> BUGTRACKER = "http://lttng.org/project/issues"
>
> LICENSE = "LGPLv2.1+ & MIT-style"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \
> file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
> file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
>
> @@ -11,8 +11,8 @@ PR = "r0"
>
> SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
>
> -SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3"
> -SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f"
> +SRC_URI[md5sum] = "c40b726f13bff80982c1ffa1bc2db31d"
> +SRC_URI[sha256sum] = "63f540a5d3c947fa3739711099fb87a66036d3c9560f26da763e500da296a1af"
>
> S = "${WORKDIR}/userspace-rcu-${PV}"
> CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] liburcu: Upgrade to upstream 0.7.3
2012-08-01 14:01 ` Martin Jansa
@ 2012-08-02 6:05 ` Radu Moisan
0 siblings, 0 replies; 3+ messages in thread
From: Radu Moisan @ 2012-08-02 6:05 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2557 bytes --]
No it doesn't, just found Alex's patch.
Since Alex's patch is older and ongoing review, just forget about this one.
Radu
On 08/01/2012 05:01 PM, Martin Jansa wrote:
> On Wed, Aug 01, 2012 at 04:54:58PM +0300, Radu Moisan wrote:
>> LICENSE file has the date changed otherwise just a regular
>> package update.
> And does this resolve Saul's review comments?
>
>> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
>> ---
>> .../liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>> rename meta/recipes-support/liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} (77%)
>>
>> diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.7.3.bb
>> similarity index 77%
>> rename from meta/recipes-support/liburcu/liburcu_0.6.7.bb
>> rename to meta/recipes-support/liburcu/liburcu_0.7.3.bb
>> index be73856..86f29be 100644
>> --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb
>> +++ b/meta/recipes-support/liburcu/liburcu_0.7.3.bb
>> @@ -3,7 +3,7 @@ HOMEPAGE = "http://lttng.org/urcu"
>> BUGTRACKER = "http://lttng.org/project/issues"
>>
>> LICENSE = "LGPLv2.1+ & MIT-style"
>> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \
>> file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
>> file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
>>
>> @@ -11,8 +11,8 @@ PR = "r0"
>>
>> SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
>>
>> -SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3"
>> -SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f"
>> +SRC_URI[md5sum] = "c40b726f13bff80982c1ffa1bc2db31d"
>> +SRC_URI[sha256sum] = "63f540a5d3c947fa3739711099fb87a66036d3c9560f26da763e500da296a1af"
>>
>> S = "${WORKDIR}/userspace-rcu-${PV}"
>> CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
>> --
>> 1.7.9.5
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
[-- Attachment #2: Type: text/html, Size: 4267 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-02 6:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 13:54 [PATCH v2] liburcu: Upgrade to upstream 0.7.3 Radu Moisan
2012-08-01 14:01 ` Martin Jansa
2012-08-02 6:05 ` Radu Moisan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox