[Buildroot] [git commit] flex: remove bogus comment

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 4 17:09:42 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=f2c055f63db7bf4ac72b096028dfb96efd1db231
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/flex/flex.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/flex/flex.mk b/package/flex/flex.mk
index aa6c026..905621e 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


More information about the buildroot mailing list