mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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>
This commit is contained in:
@@ -33,4 +33,4 @@ do_install_append_virtclass-native() {
|
|||||||
BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison
|
BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison
|
||||||
}
|
}
|
||||||
#bison-native encodes the staging M4 path
|
#bison-native encodes the staging M4 path
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ require flex.inc
|
|||||||
PR = "r3"
|
PR = "r3"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067"
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
SRC_URI += "file://avoid-FORTIFY-warnings.patch \
|
SRC_URI += "file://avoid-FORTIFY-warnings.patch \
|
||||||
file://int-is-not-the-same-size-as-size_t.patch"
|
file://int-is-not-the-same-size-as-size_t.patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user