diff options
| author | Arturo Buzarra <arturo.buzarra@digi.com> | 2020-09-04 10:53:03 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-04 06:59:17 -0700 |
| commit | 4d1bc207f4ca1c52f937fe42725b86d0b4369aa4 (patch) | |
| tree | f3a12c1de121c43b23dcf69e2ecd843a95015234 /meta-oe/recipes-extended/byacc | |
| parent | ca8f185c77a2310bda2a08c8ab31d191860d3281 (diff) | |
| download | meta-openembedded-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.inc | 2 |
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 \ | |||
| 12 | 12 | ||
| 13 | EXTRA_OECONF += "--program-transform-name='s,^,b,'" | 13 | EXTRA_OECONF += "--program-transform-name='s,^,b,'" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native nativesdk" |
| 16 | 16 | ||
| 17 | inherit autotools | 17 | inherit autotools |
| 18 | 18 | ||
