From: Alexander Kanavin <[email protected]>

This was prompted by 
sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs
where adwaita-icon-theme would fail due to new librsvg introducing
cargo-c-native into dependency path.

Rather than look into why is that, I simply converted the recipe
into the standard 'target + BBCLASSEXTEND' approach.

Signed-off-by: Alexander Kanavin <[email protected]>
---
 meta/conf/distro/include/maintainers.inc                       | 2 +-
 ...e_0.10.5+cargo-0.83.0.bb => cargo-c_0.10.5+cargo-0.83.0.bb} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/rust/{cargo-c-native_0.10.5+cargo-0.83.0.bb => 
cargo-c_0.10.5+cargo-0.83.0.bb} (86%)

diff --git a/meta/conf/distro/include/maintainers.inc 
b/meta/conf/distro/include/maintainers.inc
index 6d37b202b5c..737c1c32663 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -91,7 +91,7 @@ RECIPE_MAINTAINER:pn-bzip2 = "Denys Dmytriyenko 
<[email protected]>"
 RECIPE_MAINTAINER:pn-ca-certificates = "Unassigned 
<[email protected]>"
 RECIPE_MAINTAINER:pn-cairo = "Anuj Mittal <[email protected]>"
 RECIPE_MAINTAINER:pn-cargo = "Randy MacLeod <[email protected]>"
-RECIPE_MAINTAINER:pn-cargo-c-native = "Frederic Martinsons 
<[email protected]>"
+RECIPE_MAINTAINER:pn-cargo-c = "Frederic Martinsons 
<[email protected]>"
 RECIPE_MAINTAINER:pn-cantarell-fonts = "Unassigned 
<[email protected]>"
 RECIPE_MAINTAINER:pn-ccache = "Robert Yang <[email protected]>"
 RECIPE_MAINTAINER:pn-cdrtools-native = "Yi Zhao <[email protected]>"
diff --git a/meta/recipes-devtools/rust/cargo-c-native_0.10.5+cargo-0.83.0.bb 
b/meta/recipes-devtools/rust/cargo-c_0.10.5+cargo-0.83.0.bb
similarity index 86%
rename from meta/recipes-devtools/rust/cargo-c-native_0.10.5+cargo-0.83.0.bb
rename to meta/recipes-devtools/rust/cargo-c_0.10.5+cargo-0.83.0.bb
index 728b8757a47..c6e88e6fadb 100644
--- a/meta/recipes-devtools/rust/cargo-c-native_0.10.5+cargo-0.83.0.bb
+++ b/meta/recipes-devtools/rust/cargo-c_0.10.5+cargo-0.83.0.bb
@@ -9,9 +9,10 @@ SRC_URI = "crate://crates.io/cargo-c/${PV};name=cargo-c"
 SRC_URI[cargo-c.sha256sum] = 
"5bfa9ba93806384d940e71dafbc185316e0a6a47561b33b7105fcf67f99df70a"
 S = "${CARGO_VENDORING_DIRECTORY}/cargo-c-${PV}"
 
-inherit cargo cargo-update-recipe-crates pkgconfig native
+inherit cargo cargo-update-recipe-crates pkgconfig
 
 DEPENDS = "openssl curl"
 
 require ${BPN}-crates.inc
 
+BBCLASSEXTEND = "native"
-- 
2.39.5

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#208262): 
https://lists.openembedded.org/g/openembedded-core/message/208262
Mute This Topic: https://lists.openembedded.org/mt/109915767/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to