summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-04 16:47:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-04 19:09:42 +0200
commitf2c055f63db7bf4ac72b096028dfb96efd1db231 (patch)
tree7c264cd4374cb3d2625b99777170266b108778fb
parentf2800ac57cde2cd71df295d33441faae1b30dd3e (diff)
downloadbuildroot-f2c055f63db7bf4ac72b096028dfb96efd1db231.tar.gz
buildroot-f2c055f63db7bf4ac72b096028dfb96efd1db231.zip
flex: remove bogus comment
The comment that explains why we were defining HOST_FLEX_DEPENDENCIES instead of inheriting from FLEX_DEPENDENCIES no longer makes sense, since we remove such automatic inheritance of host dependencies from target dependencies a while ago. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/flex/flex.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/flex/flex.mk b/package/flex/flex.mk
index aa6c026ee0..905621ea3c 100644
--- a/package/flex/flex.mk
+++ b/package/flex/flex.mk
@@ -12,7 +12,6 @@ FLEX_LICENSE_FILES = COPYING
FLEX_DEPENDENCIES = \
$(if $(BR2_PACKAGE_GETTEXT_IF_LOCALE),gettext) host-m4
FLEX_CONF_ENV = ac_cv_path_M4=/usr/bin/m4
-# we don't have a host-gettext/libintl
HOST_FLEX_DEPENDENCIES = host-m4
define FLEX_DISABLE_PROGRAM
OpenPOWER on IntegriCloud