diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-06-23 15:58:08 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-24 16:05:35 +0200 |
commit | 0fcef3c9fe343ac2b54c07b0711210a96d993762 (patch) | |
tree | b6ae84c87a464ff10e83de4c3d1b974ccc5fa516 /package/lttng-modules | |
parent | 164f9fef0f80a7a38221787be8bf8a6d1684a107 (diff) |
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/lttng-modules')
-rw-r--r-- | package/lttng-modules/lttng-modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk index c1dfff9f0..85ccaf36d 100644 --- a/package/lttng-modules/lttng-modules.mk +++ b/package/lttng-modules/lttng-modules.mk @@ -4,7 +4,7 @@ # ################################################################################ -LTTNG_MODULES_VERSION = 2.1.0 +LTTNG_MODULES_VERSION = 2.1.2 LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules/ LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2 |