[Buildroot] [PATCH 8/8] lttng-babeltrace: new package

Peter Korsgaard jacmet at uclibc.org
Tue Jan 31 22:52:55 UTC 2012


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> +++ b/package/lttng-babeltrace/lttng-babeltrace.mk
 Thomas> @@ -0,0 +1,17 @@
 Thomas> +LTTNG_BABELTRACE_SITE    = http://lttng.org/files/bundles/20111214/
 Thomas> +LTTNG_BABELTRACE_VERSION = 0.8
 Thomas> +LTTNG_BABELTRACE_SOURCE  = babeltrace-$(LTTNG_BABELTRACE_VERSION).tar.bz2
 Thomas> +
 Thomas> +# Needed to fix libtool handling, otherwise the build fails when
 Thomas> +# building the ctf-parser-test program, which depends on libctf-ast.so
 Thomas> +# which itself depends on libbabeltrace_types.so.0 (and libtool gets
 Thomas> +# lost in the middle of this).
 Thomas> +LTTNG_BABELTRACE_AUTORECONF      = YES
 Thomas> +HOST_LTTNG_BABELTRACE_AUTORECONF = YES
 Thomas> +
 Thomas> +LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2
 Thomas> +
 Thomas> +HOST_LTTNG_BABELTRACE_DEPENDENCIES = host-popt host-libglib2 host-util-linux

HOST_..._DEPENDENCIES are now automatically derived from _DEPENDENCIES
by default, so this can be dropped.

Other than that it looks good, committed - Thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list