diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:17 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-12 13:25:49 +0000 |
| commit | 97323f10b74b3ee17dd80d2f55a11dd95b3ab5e8 (patch) | |
| tree | 9772670e3e1beb7d0ab5fdbe3353a72f6c68b7f1 /meta/recipes-devtools/rust | |
| parent | 2d22ef81952b90167bb70f6e3a20097a75aecbab (diff) | |
| download | poky-97323f10b74b3ee17dd80d2f55a11dd95b3ab5e8.tar.gz | |
cargo-c: convert to target recipe
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.
(From OE-Core rev: 80a2673a3081e623f30f25cc773ac9217e717958)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.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-c_0.10.5+cargo-0.83.0.bb (renamed from meta/recipes-devtools/rust/cargo-c-native_0.10.5+cargo-0.83.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 728b8757a4..c6e88e6fad 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" | |||
| 9 | SRC_URI[cargo-c.sha256sum] = "5bfa9ba93806384d940e71dafbc185316e0a6a47561b33b7105fcf67f99df70a" | 9 | SRC_URI[cargo-c.sha256sum] = "5bfa9ba93806384d940e71dafbc185316e0a6a47561b33b7105fcf67f99df70a" |
| 10 | S = "${CARGO_VENDORING_DIRECTORY}/cargo-c-${PV}" | 10 | S = "${CARGO_VENDORING_DIRECTORY}/cargo-c-${PV}" |
| 11 | 11 | ||
| 12 | inherit cargo cargo-update-recipe-crates pkgconfig native | 12 | inherit cargo cargo-update-recipe-crates pkgconfig |
| 13 | 13 | ||
| 14 | DEPENDS = "openssl curl" | 14 | DEPENDS = "openssl curl" |
| 15 | 15 | ||
| 16 | require ${BPN}-crates.inc | 16 | require ${BPN}-crates.inc |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | ||
