The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liburcu / liburcu.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/liburcu/liburcu.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/liburcu/liburcu.mk
new file mode 100644 (file)
index 0000000..1582d07
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# liburcu
+#
+################################################################################
+
+LIBURCU_VERSION = 0.8.6
+LIBURCU_SITE = http://lttng.org/files/urcu
+LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
+LIBURCU_LICENSE = LGPLv2.1+ for the library; MIT-like license for few source files listed in LICENSE; GPLv2+ for test; GPLv3 for few *.m4 files
+LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt gpl-2.0.txt LICENSE
+
+LIBURCU_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))