summaryrefslogtreecommitdiff
path: root/package/liburcu
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2014-03-08 15:38:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-03-23 22:47:22 +0100
commitf9001356778aa2076968eb49cf97ffc6c11a4ad0 (patch)
treed01ab46cb79a21082744b9e1d4b0b3c8f1c3dc83 /package/liburcu
parentd0a3fa2d0753507864cf8212ec6fa7045c1ccd3b (diff)
liburcu: bump version to 0.8.3
Also adjust the license details Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/liburcu')
-rw-r--r--package/liburcu/liburcu.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk
index a586382cf..44b640d6f 100644
--- a/package/liburcu/liburcu.mk
+++ b/package/liburcu/liburcu.mk
@@ -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