]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcc: depend on zstd-native
authorJeremy Puhlman <jpuhlman@mvista.com>
Wed, 1 Jun 2022 23:02:15 +0000 (19:02 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2022 11:28:17 +0000 (12:28 +0100)
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>
meta/recipes-devtools/gcc/gcc-12.1.inc

index c8c4ae93e16b517080dd9d94c1ee352e4d9d03a6..250b587e78c14d5354ab0689451a871aae3773d0 100644 (file)
@@ -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"