summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bison
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/bison')
-rw-r--r--recipes-devtools/bison/bison_2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/bison/bison_2.3.bb b/recipes-devtools/bison/bison_2.3.bb
index c84fd9a..1faf73f 100644
--- a/recipes-devtools/bison/bison_2.3.bb
+++ b/recipes-devtools/bison/bison_2.3.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 = "GPLv2" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native flex-native" 10DEPENDS = "bison-native flex-native"