diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-01-08 09:42:19 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-10 11:10:00 +0000 |
| commit | 5dfd5fe73de89c80d1bfb3b4963e5be21a570aa3 (patch) | |
| tree | b5952484adce53d09b7496ace4d3418e146c828e /meta/recipes-support/liburcu/liburcu_0.15.0.bb | |
| parent | c65340f13eebf8a42782b3443f0c79cc96552e9e (diff) | |
| download | poky-5dfd5fe73de89c80d1bfb3b4963e5be21a570aa3.tar.gz | |
liburcu: update 0.14.1 -> 0.15.0
License-update: formatting, file rename, spdx tags.
(From OE-Core rev: a8fdac57d9fe55c3dff8d3dc24c6245c5d6af476)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/liburcu/liburcu_0.15.0.bb')
| -rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.15.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.15.0.bb b/meta/recipes-support/liburcu/liburcu_0.15.0.bb new file mode 100644 index 0000000000..95d9ba17e1 --- /dev/null +++ b/meta/recipes-support/liburcu/liburcu_0.15.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Userspace RCU (read-copy-update) library" | ||
| 2 | DESCRIPTION = "A userspace RCU (read-copy-update) library. This data \ | ||
| 3 | synchronization library provides read-side access which scales linearly \ | ||
| 4 | with the number of cores. " | ||
| 5 | HOMEPAGE = "http://lttng.org/urcu" | ||
| 6 | BUGTRACKER = "http://lttng.org/project/issues" | ||
| 7 | |||
| 8 | LICENSE = "LGPL-2.1-or-later & MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \ | ||
| 10 | file://include/urcu/urcu.h;beginline=1;endline=18;md5=d35fe8cc2613ca70e0a624ed8bf6fef9 \ | ||
| 11 | file://include/urcu/uatomic/x86.h;beginline=1;endline=6;md5=358d69272ba7b5f85e29e342430d440c \ | ||
| 12 | " | ||
| 13 | |||
| 14 | |||
| 15 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | ||
| 16 | |||
| 17 | SRC_URI[sha256sum] = "4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/userspace-rcu-${PV}" | ||
| 20 | inherit autotools multilib_header | ||
| 21 | |||
| 22 | CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT" | ||
| 23 | |||
| 24 | do_install:append() { | ||
| 25 | oe_multilib_header urcu/config.h | ||
| 26 | } | ||
