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

Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Will Newton 2012-10-19 06:27:47 +00:00 committed by Peter Korsgaard
parent aa866e877b
commit 3d48c41284
2 changed files with 2 additions and 9 deletions

View File

@ -1,14 +1,7 @@
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))