Commit f9001356 authored by Samuel Martin's avatar Samuel Martin Committed by Peter Korsgaard
Browse files

liburcu: bump version to 0.8.3



Also adjust the license details

Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent d0a3fa2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@
#
################################################################################

LIBURCU_VERSION = 0.7.7
LIBURCU_VERSION = 0.8.3
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
LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt LICENSE
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