summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/bison/bison.mk9
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