diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-02 10:38:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-11 10:06:13 +0100 |
commit | 8c33c7efbecb19004a78f81c6d2fbd19a674e303 (patch) | |
tree | b641389bbc32824b151a8077cbe925c0bb022901 /meta/recipes-devtools/gcc | |
parent | 94ea8b846155bbf4729a5fb58b94b4c7431b54b4 (diff) | |
download | poky-8c33c7efbecb19004a78f81c6d2fbd19a674e303.tar.gz |
gcc-cross-canadian: Add nativesdk-zstd dependency
To match the changes to gcc-cross, add a nativesdk-zstd dependency to ensure
our configurations match.
(From OE-Core rev: be70f51806d66daf1994a492dc446062838c0e21)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c145e00710fe557b5a3832fdc556ad53434b3615)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 168486bd4e..a87b446c4f 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -175,7 +175,7 @@ do_install () { | |||
175 | } | 175 | } |
176 | 176 | ||
177 | ELFUTILS = "nativesdk-elfutils" | 177 | ELFUTILS = "nativesdk-elfutils" |
178 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib" | 178 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib nativesdk-zstd" |
179 | RDEPENDS:${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" | 179 | RDEPENDS:${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" |
180 | 180 | ||
181 | SYSTEMHEADERS = "${target_includedir}/" | 181 | SYSTEMHEADERS = "${target_includedir}/" |