diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-04 00:04:49 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-04 11:50:02 +0200 |
commit | 7f5177d3fdb2a3401c390e7ad69db373a5823c37 (patch) | |
tree | 3bcb4dca0d831abeb6f3cfcffa45a2c3a22f1bbc | |
parent | 9e6c4fbaca806671687c460763c79e452f039d57 (diff) | |
download | buildroot-novena-7f5177d3fdb2a3401c390e7ad69db373a5823c37.tar.gz buildroot-novena-7f5177d3fdb2a3401c390e7ad69db373a5823c37.zip |
lttng-tools: remove bogus comment
lttng-tools doesn't require bison or flex, it contains pre-generated
versions of the lexer and parser, so it can build perfectly fine
without bison and flex. We have removed both of these tools from our
mandatory dependencies since a bit of time, the Free Electrons
autobuilders don't have them installed, and the build succeeds.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/lttng-tools/lttng-tools.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk index d48bc0a90..0eb5fdc1b 100644 --- a/package/lttng-tools/lttng-tools.mk +++ b/package/lttng-tools/lttng-tools.mk @@ -15,9 +15,6 @@ LTTNG_TOOLS_LICENSE_FILES = LICENSE # 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. -# Since the 2.1.0 release, lttng-tools depends on flex and bison, -# but they are not added to the dependency list since they are -# already Buildroot dependencies. LTTNG_TOOLS_DEPENDENCIES = liburcu popt host-lttng-babeltrace util-linux LTTNG_AUTORECONF = YES |