diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-09-07 04:48:54 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-09 22:52:20 +0200 |
commit | 826407fa55546057612ed9709eee735a1be37924 (patch) | |
tree | 31b9651932afaddbcd304986148c664a9ee0e4ab /package/bison | |
parent | 676cec3591dd059ebb03bf7f8d92840930fd9329 (diff) | |
download | buildroot-novena-826407fa55546057612ed9709eee735a1be37924.tar.gz buildroot-novena-826407fa55546057612ed9709eee735a1be37924.zip |
bison: bump to version 2.6.2
[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/bison.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index d0c9077ed..8c33a7a24 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -4,11 +4,12 @@ # ############################################################# -BISON_VERSION = 2.5.1 +BISON_VERSION = 2.6.2 BISON_SITE = $(BR2_GNU_MIRROR)/bison - -BISON_CONF_ENV += ac_cv_path_M4=/usr/bin/m4 -BISON_DEPENDENCIES += m4 +BISON_LICENSE = GPLv3+ +BISON_LICENSE_FILES = COPYING +BISON_CONF_ENV = ac_cv_path_M4=/usr/bin/m4 +BISON_DEPENDENCIES = m4 define BISON_DISABLE_EXAMPLES echo 'all install:' > $(@D)/examples/Makefile |