diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-02-04 15:48:46 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-05 11:16:33 +0100 |
commit | 4a6f72650681ea55370cbe21ef02aca266daf5ea (patch) | |
tree | 0224c8a69b5c1b11a589907158e26d614c123c0c /package/lttng-tools/Config.in | |
parent | 3e40b680fb485eacc3d9c1d64cbce2140fb47178 (diff) | |
download | buildroot-novena-4a6f72650681ea55370cbe21ef02aca266daf5ea.tar.gz buildroot-novena-4a6f72650681ea55370cbe21ef02aca266daf5ea.zip |
lttng-tools: make the dependency on lttng-libust optional
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lttng-tools/Config.in')
-rw-r--r-- | package/lttng-tools/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/lttng-tools/Config.in b/package/lttng-tools/Config.in index cc7496605..3040af612 100644 --- a/package/lttng-tools/Config.in +++ b/package/lttng-tools/Config.in @@ -3,7 +3,6 @@ config BR2_PACKAGE_LTTNG_TOOLS depends on BR2_PACKAGE_LTTNG_MODULES select BR2_PACKAGE_LIBURCU select BR2_PACKAGE_POPT - select BR2_PACKAGE_LTTNG_LIBUST help Userspace utilities for the LTTng 2.0 tracing infrastructure. @@ -17,4 +16,7 @@ config BR2_PACKAGE_LTTNG_TOOLS package for the target, if babeltrace on the target is interesting. + If userspace tracing is desired, you need to enable + lttng-libust. + http://lttng.org |