From 7c6d679de0a8341ad7eefe06e05e0d1ed056074c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 27 Sep 2012 20:40:43 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/bison/bison_2.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/bison/bison_2.5.1.bb') diff --git a/meta/recipes-devtools/bison/bison_2.5.1.bb b/meta/recipes-devtools/bison/bison_2.5.1.bb index d53c1d64a3..47b4a6cd88 100644 --- a/meta/recipes-devtools/bison/bison_2.5.1.bb +++ b/meta/recipes-devtools/bison/bison_2.5.1.bb @@ -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" -- cgit v1.2.3-54-g00ecf