summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/byacc/byacc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/byacc/byacc.inc b/meta-oe/recipes-extended/byacc/byacc.inc
index 5214715cd7..cffa7f5dcd 100644
--- a/meta-oe/recipes-extended/byacc/byacc.inc
+++ b/meta-oe/recipes-extended/byacc/byacc.inc
@@ -12,7 +12,7 @@ SRC_URI = "ftp://ftp.invisible-island.net/byacc/byacc-${PV}.tgz \
12 12
13EXTRA_OECONF += "--program-transform-name='s,^,b,'" 13EXTRA_OECONF += "--program-transform-name='s,^,b,'"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native nativesdk"
16 16
17inherit autotools 17inherit autotools
18 18