summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/byacc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-11-18 17:44:37 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:08 +0000
commitf992d6b4348bc2fde4a415bcc10b1a770aa9a0bc (patch)
tree81dceb41084e5ad3a6ecbe861239567eb68e52d2 /meta/recipes-extended/byacc
parent8bcb64c0737e2322031a5579c1a3fa01d944b348 (diff)
downloadpoky-f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc.tar.gz
recipes-extended: Add Summary information
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/byacc')
-rw-r--r--meta/recipes-extended/byacc/byacc.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc
index c6a5e38f77..28217dc362 100644
--- a/meta/recipes-extended/byacc/byacc.inc
+++ b/meta/recipes-extended/byacc/byacc.inc
@@ -1,4 +1,7 @@
1DESCRIPTION = "Berkeley Yacc" 1SUMMARY = "Berkeley LALR Yacc parser generator"
2DESCRIPTION = "A parser generator utility that reads a grammar specification from a file and generates an LR(1) \
3parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \
4programming language."
2SECTION = "devel" 5SECTION = "devel"
3LICENSE = "public domain" 6LICENSE = "public domain"
4 7