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
1 ################################################################################
2 #
3 # liburcu
4 #
5 ################################################################################
6
7 LIBURCU_VERSION = 0.8.6
8 LIBURCU_SITE = http://lttng.org/files/urcu
9 LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
10 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
11 LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt gpl-2.0.txt LICENSE
12
13 LIBURCU_INSTALL_STAGING = YES
14
15 $(eval $(autotools-package))