[Buildroot] [PATCH 2/2] bison: add host-m4 as dependency

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Jan 26 00:14:47 UTC 2015


Pull in host-m4 as dependency since it requires a new-enough m4 to build
properly and some distributions don't update that often. Fixes:
http://autobuild.buildroot.net/results/ee8/ee88f2c2a80dc19699d176ff2acde62fbc8a251f/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/bison/bison.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 76ceb6e..5779673 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -9,5 +9,6 @@ BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPLv3+
 BISON_LICENSE_FILES = COPYING
+HOST_BISON_DEPENDENCIES = host-m4
 
 $(eval $(host-autotools-package))
-- 
2.0.5



More information about the buildroot mailing list