Browse Source

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>
Arturo Buzarra 3 years ago
parent
commit
4d1bc207f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-extended/byacc/byacc.inc

+ 1 - 1
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