aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/liburcu/liburcu_0.9.2.bb
blob: 23fb8c4b424c6c529d4ce9ce639256925bd18b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Userspace RCU (read-copy-update) library"
HOMEPAGE = "http://lttng.org/urcu"
BUGTRACKER = "http://lttng.org/project/issues"

LICENSE = "LGPLv2.1+ & MIT-style"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \
                    file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
                    file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=58e50bbd8a2f073bb5500e6554af0d0b"

SRC_URI = " \
	http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
	file://0001-Support-for-NIOS2-architecture.patch \
        file://0002-Support-for-aarch64_be.patch \
	"

SRC_URI[md5sum] = "49f86e68c1e2f41d303381a271b791d1"
SRC_URI[sha256sum] = "8f7fa313b1e0a3f742cea24ce63a39c0efe63e615a769e2961e55bd2663ecaa3"

S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
inherit autotools