From 4d1bc207f4ca1c52f937fe42725b86d0b4369aa4 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 4 Sep 2020 10:53:03 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/byacc/byacc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-extended') 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 -- cgit 1.2.3-korg