diff options
Diffstat (limited to 'meta/recipes-extended/byacc/byacc.inc')
-rw-r--r-- | meta/recipes-extended/byacc/byacc.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc new file mode 100644 index 0000000000..c6a5e38f77 --- /dev/null +++ b/meta/recipes-extended/byacc/byacc.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Berkeley Yacc" | ||
2 | SECTION = "devel" | ||
3 | LICENSE = "public domain" | ||
4 | |||
5 | SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz" | ||
6 | EXTRA_OECONF += "--program-transform-name='s,^,b,'" | ||
7 | |||
8 | BBCLASSEXTEND = "native" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | do_configure() { | ||
13 | oe_runconf | ||
14 | } | ||