summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/byacc/byacc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/byacc/byacc.inc')
-rw-r--r--meta/recipes-extended/byacc/byacc.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc
index fae9e2504a..f9f8d6b5f0 100644
--- a/meta/recipes-extended/byacc/byacc.inc
+++ b/meta/recipes-extended/byacc/byacc.inc
@@ -5,7 +5,9 @@ programming language."
5SECTION = "devel" 5SECTION = "devel"
6LICENSE = "PD" 6LICENSE = "PD"
7 7
8SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz" 8SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz \
9 file://byacc-open.patch"
10
9EXTRA_OECONF += "--program-transform-name='s,^,b,'" 11EXTRA_OECONF += "--program-transform-name='s,^,b,'"
10 12
11BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"