cargo, rust, and rustfmt can't be built for the targets yet so exclude them from world builds.
Signed-off-by: Randy MacLeod <[email protected]> --- meta/recipes-devtools/cargo/cargo.inc | 1 + meta/recipes-example/rustfmt/rustfmt_1.4.2.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cargo/cargo.inc b/meta/recipes-devtools/cargo/cargo.inc index 9645b90df6..5118cc1ab1 100644 --- a/meta/recipes-devtools/cargo/cargo.inc +++ b/meta/recipes-devtools/cargo/cargo.inc @@ -15,6 +15,7 @@ SRC_URI += "file://0001-Disable-http2.patch" S = "${RUSTSRC}/src/tools/cargo" CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor" +EXCLUDE_FROM_WORLD = "1" inherit cargo diff --git a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb index ecced49049..b7deb4097c 100644 --- a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb +++ b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb @@ -11,7 +11,7 @@ SRC_URI += "git://github.com/rust-lang/rustfmt/;protocol=https;nobranch=1" SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260" S = "${WORKDIR}/git" CARGO_SRC_DIR = "" - +EXCLUDE_FROM_WORLD = "1" # please note if you have entries that do not begin with crate:// # you must change them to how that package can be fetched -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148582): https://lists.openembedded.org/g/openembedded-core/message/148582 Mute This Topic: https://lists.openembedded.org/mt/80893246/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
