summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-12.1.inc
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2022-06-01 19:02:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-02 12:28:17 +0100
commit2b0a6f03137f24b211c8881cebf65732e550a942 (patch)
tree63d1fd82f05419fdaf8ddc77ff18b844866f15d6 /meta/recipes-devtools/gcc/gcc-12.1.inc
parentf26f0b34f12bbca2beed153da402a3594d127374 (diff)
downloadopenembedded-core-contrib-2b0a6f03137f24b211c8881cebf65732e550a942.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. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-12.1.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-12.1.inc2
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"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
DEPENDS =+ "mpfr gmp libmpc zlib flex-native"
-NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native"
+NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native"
LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"