aboutsummaryrefslogtreecommitdiffstats
path: root/package/liburcu
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-06-23 15:58:08 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-24 16:05:35 +0200
commit0fcef3c9fe343ac2b54c07b0711210a96d993762 (patch)
treeb6ae84c87a464ff10e83de4c3d1b974ccc5fa516 /package/liburcu
parent164f9fef0f80a7a38221787be8bf8a6d1684a107 (diff)
downloadbuildroot-novena-0fcef3c9fe343ac2b54c07b0711210a96d993762.tar.gz
buildroot-novena-0fcef3c9fe343ac2b54c07b0711210a96d993762.zip
lttng: bump the various LTTng components
This commit bumps the various LTTng components to their latest stable version: 0.7.7 for liburcu, 1.1.1 for babeltrace, 2.1.3 for libust and 2.1.2 for lttng-modules. For babeltrace, the patch lttng-babeltrace-02-fix-build-old-compilers.patch has been removed because it has been merged upstream as of version 1.1.1. This is also the reason why the package no longer needs to be autoreconfigured. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/liburcu')
-rw-r--r--package/liburcu/liburcu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk
index 3c684ea71..35f09f738 100644
--- a/package/liburcu/liburcu.mk
+++ b/package/liburcu/liburcu.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBURCU_VERSION = 0.7.6
+LIBURCU_VERSION = 0.7.7
LIBURCU_SITE = http://lttng.org/files/urcu/
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2