diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-12-28 15:23:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-28 23:59:56 +0000 |
commit | d2925c9c110e272ed00ab1cd8e83bb0114a254b9 (patch) | |
tree | 01d83807389415c5365a337e1b64dbff2ed25417 /meta/recipes-devtools/rust | |
parent | a5a8904f8c8d81059ba79fd84d3a808462c86065 (diff) | |
download | poky-d2925c9c110e272ed00ab1cd8e83bb0114a254b9.tar.gz |
cargo: Drop exclude from world
On-target cargo now builds/runs.
(From OE-Core rev: eb8b8c5247a32f2bd6b680de6f1a999dc2fcbc5f)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust')
-rw-r--r-- | meta/recipes-devtools/rust/cargo_1.66.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/cargo_1.66.0.bb b/meta/recipes-devtools/rust/cargo_1.66.0.bb index f00c67bef5..37e0123ee3 100644 --- a/meta/recipes-devtools/rust/cargo_1.66.0.bb +++ b/meta/recipes-devtools/rust/cargo_1.66.0.bb | |||
@@ -21,7 +21,6 @@ export TARGET_VENDOR | |||
21 | 21 | ||
22 | S = "${RUSTSRC}/src/tools/cargo" | 22 | S = "${RUSTSRC}/src/tools/cargo" |
23 | CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor" | 23 | CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor" |
24 | EXCLUDE_FROM_WORLD = "1" | ||
25 | 24 | ||
26 | inherit cargo pkgconfig | 25 | inherit cargo pkgconfig |
27 | 26 | ||