kumquat-buildroot/package/bison/bison.mk
Gustavo Zacarias 4628f823ee bison: bump to version 2.5.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-10 21:54:27 +02:00

21 lines
466 B
Makefile

#############################################################
#
# bison
#
#############################################################
BISON_VERSION = 2.5.1
BISON_SITE = $(BR2_GNU_MIRROR)/bison
BISON_CONF_ENV += ac_cv_path_M4=/usr/bin/m4
BISON_DEPENDENCIES += m4
define BISON_DISABLE_EXAMPLES
echo 'all install:' > $(@D)/examples/Makefile
endef
BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))