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>
This commit is contained in:
parent
164f9fef0f
commit
0fcef3c9fe
@ -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
|
||||
|
||||
|
@ -1,27 +0,0 @@
|
||||
Support old compilers
|
||||
|
||||
Some old compilers do not use C99 as their default C language variant,
|
||||
for example gcc 4.3.x, which is used on some old machines. When such a
|
||||
compiler is used, by default, ULLONG_MAX is not visible. Adding
|
||||
-std=gnu99 is needed to make this definition visible.
|
||||
|
||||
In autoconf speak, this translates into the need of using
|
||||
AC_PROC_CC_STDC instead of AC_PROG_CC. See
|
||||
http://www.gnu.org/software/autoconf/manual/autoconf-2.65/html_node/C-Compiler.html
|
||||
for more details.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
Index: b/configure.ac
|
||||
===================================================================
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -17,7 +17,7 @@
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
# Checks for programs.
|
||||
-AC_PROG_CC
|
||||
+AC_PROG_CC_STDC
|
||||
AC_PROG_MAKE_SET
|
||||
LT_INIT
|
||||
AC_PROG_YACC
|
@ -5,14 +5,10 @@
|
||||
################################################################################
|
||||
|
||||
LTTNG_BABELTRACE_SITE = http://lttng.org/files/babeltrace/
|
||||
LTTNG_BABELTRACE_VERSION = 1.0.2
|
||||
LTTNG_BABELTRACE_VERSION = 1.1.1
|
||||
LTTNG_BABELTRACE_SOURCE = babeltrace-$(LTTNG_BABELTRACE_VERSION).tar.bz2
|
||||
|
||||
LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2
|
||||
|
||||
# One patch touches configure.ac
|
||||
LTTNG_BABELTRACE_AUTORECONF = YES
|
||||
HOST_LTTNG_BABELTRACE_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LTTNG_LIBUST_SITE = http://lttng.org/files/lttng-ust/
|
||||
LTTNG_LIBUST_VERSION = 2.1.1
|
||||
LTTNG_LIBUST_VERSION = 2.1.3
|
||||
LTTNG_LIBUST_SOURCE = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2
|
||||
|
||||
LTTNG_LIBUST_INSTALL_STAGING = YES
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user