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-04 11:28:23 +0100 |
commit | 48bb4f6628e5419e54e18c8204961633dbad265b (patch) | |
tree | 44e588ae2ff6cc66b31b5e0bd65f65a8aa4a84dc /meta/recipes-devtools | |
parent | 98bef02fe3e49db1b4411d02a30ee504556ce3d2 (diff) | |
download | poky-48bb4f6628e5419e54e18c8204961633dbad265b.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: c145e00710fe557b5a3832fdc556ad53434b3615)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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}/" |