aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/byacc
diff options
context:
space:
mode:
authorArturo Buzarra <arturo.buzarra@digi.com>2020-09-04 10:53:03 +0200
committerKhem Raj <raj.khem@gmail.com>2020-09-04 06:59:17 -0700
commit4d1bc207f4ca1c52f937fe42725b86d0b4369aa4 (patch)
treef3a12c1de121c43b23dcf69e2ecd843a95015234 /meta-oe/recipes-extended/byacc
parentca8f185c77a2310bda2a08c8ab31d191860d3281 (diff)
downloadmeta-openembedded-contrib-4d1bc207f4ca1c52f937fe42725b86d0b4369aa4.tar.gz
byacc: add nativesdk support
This support is required if a tool depends on this package and must be installed on the sdk. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/byacc')
-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 \
EXTRA_OECONF += "--program-transform-name='s,^,b,'"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
inherit autotools