From: Arnout Vandecappelle Date: Wed, 5 Jul 2017 11:14:34 +0000 (+0200) Subject: lttng-tools: remove host/usr reference from help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb3f65801ff032c86e2437217effa4110f42b81f;p=buildroot.git lttng-tools: remove host/usr reference from help text Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/lttng-tools/Config.in b/package/lttng-tools/Config.in index 187e424b0b..9c86cc2646 100644 --- a/package/lttng-tools/Config.in +++ b/package/lttng-tools/Config.in @@ -17,7 +17,7 @@ config BR2_PACKAGE_LTTNG_TOOLS and stop tracing sessions. Analysis of the trace can be done on the host machine using the babeltrace utility. This utility is automatically built by Buildroot in - $(O)/host/usr/bin/babeltrace, as a dependency of + $(O)/host/bin/babeltrace, as a dependency of lttng-tools. However, there is also a lttng-babeltrace package for the target, if babeltrace on the target is interesting.