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>
This commit is contained in:
Arturo Buzarra
2020-09-04 10:53:03 +02:00
committed by Khem Raj
parent ca8f185c77
commit 4d1bc207f4
+1 -1
View File
@@ -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