[3/4] cargo_common.bbclass: remove inherit of crate-fetch

Message ID 20211217153630.1746217-4-matt@madison.systems
State New
Headers show
Series Move crate fetcher to OE_IMPORTS | expand

Commit Message

Matt Madison Dec. 17, 2021, 3:36 p.m. UTC
No longer needed now that the crate fetcher is
installed via OE_IMPORTS.

Signed-off-by: Matt Madison <matt@madison.systems>
---
 meta/classes/cargo_common.bbclass | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/meta/classes/cargo_common.bbclass b/meta/classes/cargo_common.bbclass
index 23d82aa6ab..c403591434 100644
--- a/meta/classes/cargo_common.bbclass
+++ b/meta/classes/cargo_common.bbclass
@@ -8,8 +8,6 @@ 
 ## is used by cargo.bbclass and Rust
 ##
 
-# add crate fetch support
-inherit crate-fetch
 inherit rust-common
 
 # Where we download our registry and dependencies to