Commit 971e0b0c authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

liburcu: new package

parent 5ba5301c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ source "package/libglib2/Config.in"
source "package/libical/Config.in"
source "package/libnspr/Config.in"
source "package/libsigc/Config.in"
source "package/liburcu/Config.in"
source "package/orc/Config.in"
source "package/poco/Config.in"
source "package/startup-notification/Config.in"
+9 −0
Original line number Diff line number Diff line
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
+7 −0
Original line number Diff line number Diff line
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))