diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-05 14:57:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:17 +0000 |
commit | 2656c376dc6808967a7211c3a72201527dd1de96 (patch) | |
tree | 9220f5d55ac4d20ac61b9305a47cad6c86e58dbf /meta/recipes-support/liburcu | |
parent | 59a704679c825d01f417a303a49be7ef34134c4e (diff) | |
download | poky-2656c376dc6808967a7211c3a72201527dd1de96.tar.gz |
liburcu: upgrade to 0.7.4
License checksum change due to diff:
3c3
< May 10, 2009
> May 15, 2012
59a60,65
>
> * GPLv3 (or later)
>
> The following build-related macro is under GPLv3 (or later):
>
> m4/ax_tls.m4
(From OE-Core rev: dfff77b22880a5078dd1b7fe0d3b4d0145f28545)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/liburcu')
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.7.4.bb (renamed from meta/recipes-support/liburcu/liburcu_0.6.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.7.4.bb index 361780c20a..a6a5bfc336 100644 --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb +++ b/meta/recipes-support/liburcu/liburcu_0.7.4.bb | |||
@@ -3,16 +3,16 @@ HOMEPAGE = "http://lttng.org/urcu" | |||
3 | BUGTRACKER = "http://lttng.org/project/issues" | 3 | BUGTRACKER = "http://lttng.org/project/issues" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1+ & MIT-style" | 5 | LICENSE = "LGPLv2.1+ & MIT-style" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \ |
7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ | 7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ |
8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" | 8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3" | 14 | SRC_URI[md5sum] = "7defbc16443e680ce4aad90cf49537a9" |
15 | SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f" | 15 | SRC_URI[sha256sum] = "2294ec969308fc9115b43eb7ed5392a63a7e671f44316446a1149a39db54d51f" |
16 | 16 | ||
17 | S = "${WORKDIR}/userspace-rcu-${PV}" | 17 | S = "${WORKDIR}/userspace-rcu-${PV}" |
18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | 18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" |