byacc: added new recipe in to the tree

Imported OE recipe and then upgraded it to the latest version

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble
2010-08-10 15:27:58 -07:00
committed by Richard Purdie
parent eaf2a94e11
commit ab902e0d68
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "Berkeley Yacc"
SECTION = "devel"
LICENSE = "public domain"
SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz"
EXTRA_OECONF += "--program-transform-name='s,^,b,'"
BBCLASSEXTEND = "native"
inherit autotools
do_configure() {
oe_runconf
}

View File

@@ -0,0 +1,6 @@
PR = "r0"
require byacc.inc
SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9"
SRC_URI[sha256sum] = "1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575"