aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
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 11:24:02 +0100
commit536c9e42d316efb42651fdc2eba1b8548d74329d (patch)
treec2e75832220cd9f4cdf1bd8e0f945fe1f850eb2c /meta/recipes-devtools/bison
parentbf5215f095e7e610508fcefe1224c9289c6c56cd (diff)
downloadopenembedded-core-contrib-536c9e42d316efb42651fdc2eba1b8548d74329d.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_2.5.1.bb2
1 files changed, 1 insertions, 1 deletions
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"