mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 15:44:23 +00:00
0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch removed since it's included in 0.15.1 (From OE-Core rev: c8dcd773a062685f249a020af7858a794b556617) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
1014 B
BlitzBasic
27 lines
1014 B
BlitzBasic
SUMMARY = "Userspace RCU (read-copy-update) library"
|
|
DESCRIPTION = "A userspace RCU (read-copy-update) library. This data \
|
|
synchronization library provides read-side access which scales linearly \
|
|
with the number of cores. "
|
|
HOMEPAGE = "http://lttng.org/urcu"
|
|
BUGTRACKER = "http://lttng.org/project/issues"
|
|
|
|
LICENSE = "LGPL-2.1-or-later & MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \
|
|
file://include/urcu/urcu.h;beginline=1;endline=18;md5=d35fe8cc2613ca70e0a624ed8bf6fef9 \
|
|
file://include/urcu/uatomic/x86.h;beginline=1;endline=6;md5=358d69272ba7b5f85e29e342430d440c \
|
|
"
|
|
|
|
|
|
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
|
|
|
|
SRC_URI[sha256sum] = "98d66cc12f2c5881879b976f0c55d10d311401513be254e3bd28cf3811fb50c8"
|
|
|
|
S = "${WORKDIR}/userspace-rcu-${PV}"
|
|
inherit autotools multilib_header
|
|
|
|
CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT"
|
|
|
|
do_install:append() {
|
|
oe_multilib_header urcu/config.h
|
|
}
|