From 536c9e42d316efb42651fdc2eba1b8548d74329d 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 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/flex/flex_2.5.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/flex') diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb index 7419f101ad..2218c91cf0 100644 --- a/meta/recipes-devtools/flex/flex_2.5.35.bb +++ b/meta/recipes-devtools/flex/flex_2.5.35.bb @@ -2,7 +2,7 @@ require flex.inc PR = "r3" LICENSE="BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" SRC_URI += "file://avoid-FORTIFY-warnings.patch \ file://int-is-not-the-same-size-as-size_t.patch" -- cgit 1.2.3-korg