All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] byacc: add nativesdk support
@ 2020-09-04  8:53 abuzarra
  0 siblings, 0 replies; only message in thread
From: abuzarra @ 2020-09-04  8:53 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 meta-oe/recipes-extended/byacc/byacc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/byacc/byacc.inc b/meta-oe/recipes-extended/byacc/byacc.inc
index 5214715cd..cffa7f5dc 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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-04  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  8:53 [meta-oe][PATCH] byacc: add nativesdk support abuzarra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.