diff options
author | Radu Moisan <radu.moisan@intel.com> | 2013-03-14 17:28:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:22 +0000 |
commit | c6100c7ed7fe029fc96d17d04b8f7e4eca733ea2 (patch) | |
tree | 04c825d5a2124c236b5364e9d101753b29d32bc4 /meta/recipes-support/liburcu | |
parent | b03402b6a54636b58728a65212c9974565189b40 (diff) | |
download | poky-c6100c7ed7fe029fc96d17d04b8f7e4eca733ea2.tar.gz |
liburcu: Upgrade to v0.7.6
License file changed but still compliant with LGPLv2.1
(From OE-Core rev: 0aa34849b29a77ff343cefe1215f975a3abfea69)
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.6.bb (renamed from meta/recipes-support/liburcu/liburcu_0.7.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.7.4.bb b/meta/recipes-support/liburcu/liburcu_0.7.6.bb index a6a5bfc336..6e3ab22717 100644 --- a/meta/recipes-support/liburcu/liburcu_0.7.4.bb +++ b/meta/recipes-support/liburcu/liburcu_0.7.6.bb | |||
@@ -3,7 +3,7 @@ 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=95dfea59eeaa41a4057faa07a58f5f89 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f060c30a27922ce9c0d557a639b4fa3 \ |
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 | ||
@@ -11,8 +11,8 @@ 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] = "7defbc16443e680ce4aad90cf49537a9" | 14 | SRC_URI[md5sum] = "4c1ecb4bdcd43e36dfdffdd297023c8b" |
15 | SRC_URI[sha256sum] = "2294ec969308fc9115b43eb7ed5392a63a7e671f44316446a1149a39db54d51f" | 15 | SRC_URI[sha256sum] = "71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2c5900a" |
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" |