summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-27 20:40:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 15:19:39 +0100
commit7c6d679de0a8341ad7eefe06e05e0d1ed056074c (patch)
tree23cffe71f898ebd86b447c1bc5234558c28449e5 /meta/recipes-devtools/flex
parentf88ee2e28f0271db439689d9b04ca4cbcbbfbfa3 (diff)
downloadast2050-yocto-poky-7c6d679de0a8341ad7eefe06e05e0d1ed056074c.zip
ast2050-yocto-poky-7c6d679de0a8341ad7eefe06e05e0d1ed056074c.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/flex')
-rw-r--r--meta/recipes-devtools/flex/flex_2.5.35.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb
index 7419f10..2218c91 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"
OpenPOWER on IntegriCloud