mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
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:
committed by
Richard Purdie
parent
eaf2a94e11
commit
ab902e0d68
14
meta/packages/byacc/byacc.inc
Normal file
14
meta/packages/byacc/byacc.inc
Normal 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
|
||||
}
|
||||
6
meta/packages/byacc/byacc_20100610.bb
Normal file
6
meta/packages/byacc/byacc_20100610.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
PR = "r0"
|
||||
|
||||
require byacc.inc
|
||||
|
||||
SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9"
|
||||
SRC_URI[sha256sum] = "1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575"
|
||||
Reference in New Issue
Block a user