Commit 3d48c412 authored by Will Newton's avatar Will Newton Committed by Peter Korsgaard
Browse files

package/lttng-babeltrace: Bump version to 1.0.0-rc6.

parent aa866e87
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
LTTNG_BABELTRACE_SITE    = http://lttng.org/files/bundles/20111214/
LTTNG_BABELTRACE_VERSION = 0.8
LTTNG_BABELTRACE_SITE    = http://lttng.org/files/babeltrace/
LTTNG_BABELTRACE_VERSION = 1.0.0-rc6
LTTNG_BABELTRACE_SOURCE  = babeltrace-$(LTTNG_BABELTRACE_VERSION).tar.bz2

# Needed to fix libtool handling, otherwise the build fails when
# building the ctf-parser-test program, which depends on libctf-ast.so
# which itself depends on libbabeltrace_types.so.0 (and libtool gets
# lost in the middle of this).
LTTNG_BABELTRACE_AUTORECONF      = YES
HOST_LTTNG_BABELTRACE_AUTORECONF = YES

LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2

$(eval $(autotools-package))