diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-17 14:06:12 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
| commit | 21394ebc686add467730d1e9d2fe5b24c6655741 (patch) | |
| tree | ad1cf498e9b2c5bbbebd5ca830b21c580797a616 /meta-oe | |
| parent | f2df2701790374429264c8f40b75e48548d384e1 (diff) | |
| download | meta-openembedded-21394ebc686add467730d1e9d2fe5b24c6655741.tar.gz | |
meta-oe: Use new variable SYSROOT_DIRS_IGNORE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb index 8a9e762734..925907e173 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb | |||
| @@ -82,6 +82,6 @@ do_configure:prepend:toolchain-clang:x86() { | |||
| 82 | 82 | ||
| 83 | BBCLASSEXTEND = "native nativesdk" | 83 | BBCLASSEXTEND = "native nativesdk" |
| 84 | 84 | ||
| 85 | SYSROOT_DIRS_BLACKLIST:append:class-target = " ${baselib}/cmake/grpc" | 85 | SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc" |
| 86 | 86 | ||
| 87 | FILES:${PN}-compiler += "${bindir}" | 87 | FILES:${PN}-compiler += "${bindir}" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb index b02dbbdaaf..919dad82e7 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | |||
| @@ -51,5 +51,5 @@ SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e84 | |||
| 51 | BBCLASSEXTEND = "native nativesdk" | 51 | BBCLASSEXTEND = "native nativesdk" |
| 52 | 52 | ||
| 53 | # Allow installation of fonts into recipe-sysroot-native | 53 | # Allow installation of fonts into recipe-sysroot-native |
| 54 | SYSROOT_DIRS_BLACKLIST:remove = "${datadir}/fonts" | 54 | SYSROOT_DIRS_IGNORE:remove = "${datadir}/fonts" |
| 55 | 55 | ||
