blob: d365e33cdb41e13ba568f0342967ca54bd7e4e21 [file] [log] [blame]
#############################################################
#
# bison
#
#############################################################
BISON_VERSION = 2.4.3
BISON_SITE = $(BR2_GNU_MIRROR)/bison
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))