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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/byacc/byacc.inc b/recipes/byacc/byacc.inc
index 7d35974203..c6a5e38f77 100644
--- a/recipes/byacc/byacc.inc
+++ b/recipes/byacc/byacc.inc
@@ -4,7 +4,8 @@ LICENSE = "public domain"
SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz"
EXTRA_OECONF += "--program-transform-name='s,^,b,'"
-S = "${WORKDIR}/byacc-${PV}"
+
+BBCLASSEXTEND = "native"
inherit autotools