diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 21:46:19 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 11:46:26 +0100 |
| commit | 83e7f668ae6b697bfb89eaee80609bd8d509ba71 (patch) | |
| tree | 9be2365800400a2b44c8a7c68cbf08a7627c4285 /meta/recipes-devtools/cargo | |
| parent | 883aea9b6e02f796d11d46f5c2a82ea620c19797 (diff) | |
| download | poky-83e7f668ae6b697bfb89eaee80609bd8d509ba71.tar.gz | |
rust: Remove unneeded RUST_TARGETGENS settings
These match the default from the class so drop them. We then always
generate all targets so remove the configuration from the class.
(From OE-Core rev: e4d56256936c55bab2bf2934ccbde9157ef7dc57)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cargo')
| -rw-r--r-- | meta/recipes-devtools/cargo/cargo.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cargo/cargo.inc b/meta/recipes-devtools/cargo/cargo.inc index 636e9c4fe5..40421df4f7 100644 --- a/meta/recipes-devtools/cargo/cargo.inc +++ b/meta/recipes-devtools/cargo/cargo.inc | |||
| @@ -18,8 +18,6 @@ EXCLUDE_FROM_WORLD = "1" | |||
| 18 | 18 | ||
| 19 | inherit cargo pkgconfig | 19 | inherit cargo pkgconfig |
| 20 | 20 | ||
| 21 | RUST_TARGETGENS = "BUILD HOST TARGET" | ||
| 22 | |||
| 23 | do_cargo_setup_snapshot () { | 21 | do_cargo_setup_snapshot () { |
| 24 | ${WORKDIR}/rust-snapshot-components/${CARGO_SNAPSHOT}/install.sh --prefix="${WORKDIR}/${CARGO_SNAPSHOT}" --disable-ldconfig | 22 | ${WORKDIR}/rust-snapshot-components/${CARGO_SNAPSHOT}/install.sh --prefix="${WORKDIR}/${CARGO_SNAPSHOT}" --disable-ldconfig |
| 25 | # Need to use uninative's loader if enabled/present since the library paths | 23 | # Need to use uninative's loader if enabled/present since the library paths |
