summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_3.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.8.2.bb b/meta/recipes-devtools/bison/bison_3.8.2.bb
index 58395c3dce..c95f321244 100644
--- a/meta/recipes-devtools/bison/bison_3.8.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.8.2.bb
@@ -4,7 +4,7 @@ an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc
4grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ 4grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \
5little trouble." 5little trouble."
6HOMEPAGE = "http://www.gnu.org/software/bison/" 6HOMEPAGE = "http://www.gnu.org/software/bison/"
7LICENSE = "GPLv3" 7LICENSE = "GPL-3.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 8LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native flex-native" 10DEPENDS = "bison-native flex-native"