1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

flex,bison: Add nativesdk variants

It is needed in some SDKs that we ship own
version of lex/yacc for sdk host

(From OE-Core rev: 536c9e42d316efb42651fdc2eba1b8548d74329d)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2012-09-27 20:40:43 -07:00
committed by Richard Purdie
parent f88ee2e28f
commit 7c6d679de0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ do_install_append_virtclass-native() {
BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison
}
#bison-native encodes the staging M4 path
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"