From effb200ceacb42675cedb857435651ff5e5d477d Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 31 Oct 2016 03:46:19 -0400 Subject: [PATCH] lttng-tools: remove dependency on host-lttng-babeltrace We don't need to build Babeltrace for the host here. Any host running a major Linux distribution can get a recent version of Babeltrace. See . Signed-off-by: Philippe Proulx Reviewed-by: Thomas Petazzoni Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/lttng-tools/lttng-tools.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk index e5b12079a8..3fb169166c 100644 --- a/package/lttng-tools/lttng-tools.mk +++ b/package/lttng-tools/lttng-tools.mk @@ -13,11 +13,7 @@ LTTNG_TOOLS_CONF_OPTS += --with-xml-prefix=$(STAGING_DIR)/usr # Patching configure.ac LTTNG_TOOLS_AUTORECONF = YES -# The host-lttng-babeltrace technically isn't a required build -# dependency. However, having the babeltrace utilities built for the -# host is very useful, since those tools allow to convert the binary -# trace format into an human readable format. -LTTNG_TOOLS_DEPENDENCIES = liburcu libxml2 popt host-lttng-babeltrace util-linux +LTTNG_TOOLS_DEPENDENCIES = liburcu libxml2 popt util-linux ifeq ($(BR2_PACKAGE_LTTNG_LIBUST),y) LTTNG_TOOLS_CONF_OPTS += --enable-lttng-ust -- 2.30.2