diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2022-06-01 19:02:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-02 12:28:21 +0100 |
commit | 7bec81151bdd0b23a7497ce71d1cf1c1560b36f5 (patch) | |
tree | 493309f0a75d6ffbe69cba1701ba4ca7c5078206 | |
parent | 6f1d1e1eb1bc5945341ca6945001d6c90897ff2e (diff) | |
download | poky-7bec81151bdd0b23a7497ce71d1cf1c1560b36f5.tar.gz |
gcc: depend on zstd-native
Sharing sstate cache binaries between two systems, one with libzstd installed
and the other without, leads to various gcc components being linked against
the system libzstd and failing to run on the system with out it installed.
Make zstd-native from our system available.
(From OE-Core rev: 2b0a6f03137f24b211c8881cebf65732e550a942)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-12.1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-12.1.inc b/meta/recipes-devtools/gcc/gcc-12.1.inc index c8c4ae93e1..250b587e78 100644 --- a/meta/recipes-devtools/gcc/gcc-12.1.inc +++ b/meta/recipes-devtools/gcc/gcc-12.1.inc | |||
@@ -11,7 +11,7 @@ BINV = "12.1.0" | |||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
12 | 12 | ||
13 | DEPENDS =+ "mpfr gmp libmpc zlib flex-native" | 13 | DEPENDS =+ "mpfr gmp libmpc zlib flex-native" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native" | 14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" |
15 | 15 | ||
16 | LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" | 16 | LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" |
17 | 17 | ||