diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-17 13:21:56 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-22 23:00:52 +0100 |
commit | 2a92cee21a24daa0ef6e49a08c8c298fcee91c63 (patch) | |
tree | 21c2e16fcf4c40910068afb2025455f943fca3c5 /package/bison/bison.mk | |
parent | 15bcaba70ab5c5ec7d3872700c01fd26eefd3bb3 (diff) | |
download | buildroot-novena-2a92cee21a24daa0ef6e49a08c8c298fcee91c63.tar.gz buildroot-novena-2a92cee21a24daa0ef6e49a08c8c298fcee91c63.zip |
bison: bump to version 2.4.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bison/bison.mk')
-rw-r--r-- | package/bison/bison.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 9e28e85d9..8849030a2 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -3,9 +3,9 @@ # bison # ############################################################# -BISON_VERSION:=2.3 -BISON_SOURCE:=bison-$(BISON_VERSION).tar.bz2 -BISON_SITE:=$(BR2_GNU_MIRROR)/bison + +BISON_VERSION = 2.4.3 +BISON_SITE = $(BR2_GNU_MIRROR)/bison define BISON_DISABLE_EXAMPLES echo 'all install:' > $(@D)/examples/Makefile |