aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/byacc/byacc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/byacc/byacc.inc')
-rw-r--r--recipes/byacc/byacc.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/byacc/byacc.inc b/recipes/byacc/byacc.inc
new file mode 100644
index 0000000000..7d35974203
--- /dev/null
+++ b/recipes/byacc/byacc.inc
@@ -0,0 +1,13 @@
+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,'"
+S = "${WORKDIR}/byacc-${PV}"
+
+inherit autotools
+
+do_configure() {
+ oe_runconf
+}