diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-09-27 20:40:43 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 15:19:39 +0100 |
| commit | 7c6d679de0a8341ad7eefe06e05e0d1ed056074c (patch) | |
| tree | 23cffe71f898ebd86b447c1bc5234558c28449e5 | |
| parent | f88ee2e28f0271db439689d9b04ca4cbcbbfbfa3 (diff) | |
| download | 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>
| -rw-r--r-- | meta/recipes-devtools/bison/bison_2.5.1.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/flex/flex_2.5.35.bb | 2 |
2 files changed, 2 insertions, 2 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() { | |||
| 33 | BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison | 33 | BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison |
| 34 | } | 34 | } |
| 35 | #bison-native encodes the staging M4 path | 35 | #bison-native encodes the staging M4 path |
| 36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native nativesdk" |
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 | |||
| 2 | PR = "r3" | 2 | PR = "r3" |
| 3 | LICENSE="BSD" | 3 | LICENSE="BSD" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" |
| 5 | BBCLASSEXTEND = "native" | 5 | BBCLASSEXTEND = "native nativesdk" |
| 6 | 6 | ||
| 7 | SRC_URI += "file://avoid-FORTIFY-warnings.patch \ | 7 | SRC_URI += "file://avoid-FORTIFY-warnings.patch \ |
| 8 | file://int-is-not-the-same-size-as-size_t.patch" | 8 | file://int-is-not-the-same-size-as-size_t.patch" |
