mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 21:39:33 +00:00
meta-oe: Use new variable SYSROOT_DIRS_IGNORE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f2df270179
commit
21394ebc68
@ -82,6 +82,6 @@ do_configure:prepend:toolchain-clang:x86() {
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
SYSROOT_DIRS_BLACKLIST:append:class-target = " ${baselib}/cmake/grpc"
|
SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc"
|
||||||
|
|
||||||
FILES:${PN}-compiler += "${bindir}"
|
FILES:${PN}-compiler += "${bindir}"
|
||||||
|
|||||||
@ -51,5 +51,5 @@ SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e84
|
|||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
# Allow installation of fonts into recipe-sysroot-native
|
# Allow installation of fonts into recipe-sysroot-native
|
||||||
SYSROOT_DIRS_BLACKLIST:remove = "${datadir}/fonts"
|
SYSROOT_DIRS_IGNORE:remove = "${datadir}/fonts"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user