diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-01-31 20:40:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-31 23:35:58 +0100 |
commit | 971e0b0c5faa579b6d07c39bdfacf6c7d8a9b176 (patch) | |
tree | 08da5782e73306ff584aa623b00b4812abc6c4c2 /package/liburcu | |
parent | 5ba5301cdc9e7c7d4348f7bfdf567592fcc7882f (diff) |
liburcu: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/liburcu')
-rw-r--r-- | package/liburcu/Config.in | 9 | ||||
-rw-r--r-- | package/liburcu/liburcu.mk | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/package/liburcu/Config.in b/package/liburcu/Config.in new file mode 100644 index 000000000..5a6e4b226 --- /dev/null +++ b/package/liburcu/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBURCU + bool "liburcu" + help + Userspace implementation of the Read-Copy-Update (RCU) + synchronization mechanism. This library is mainly used by + the LTTng tracing infrastructure, but can be used for other + purposes as well. + + http://lttng.org/urcu diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk new file mode 100644 index 000000000..a34079d24 --- /dev/null +++ b/package/liburcu/liburcu.mk @@ -0,0 +1,7 @@ +LIBURCU_VERSION = 0.6.7 +LIBURCU_SITE = http://lttng.org/files/bundles/20111214/ +LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2 + +LIBURCU_INSTALL_STAGING = YES + +$(eval $(call AUTOTARGETS)) |