summaryrefslogtreecommitdiffstats
path: root/package/bison/bison.mk
blob: 8849030a2826e779d5623ea21739b163c07e563b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# 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,package,bison))