[Buildroot] [git commit] gawk: remove empty host dependencies definition

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 08:24:02 UTC 2016


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

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/gawk/gawk.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index da9be95..b5b0f8d 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -36,9 +36,6 @@ else
 GAWK_CONF_OPTS += --without-readline
 endif
 
-# We don't have a host-busybox, and we don't want to use readline or mpfr
-HOST_GAWK_DEPENDENCIES =
-
 HOST_GAWK_CONF_OPTS = --without-readline --without-mpfr
 
 define GAWK_CREATE_SYMLINK


More information about the buildroot mailing list