diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-08-27 07:23:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-28 09:14:26 +0100 |
commit | 5f6cfcf24e8f380a500cbb966156c2c4830cefe6 (patch) | |
tree | c2b47e3bd64b3a4e7c82bf1b0ea07e7a488bf660 /meta/recipes-devtools/rust/cargo-c-native_0.10.3+cargo-0.81.0.bb | |
parent | cafda2bbf44ace921f15e03c150f35772f0cb7f4 (diff) | |
download | poky-5f6cfcf24e8f380a500cbb966156c2c4830cefe6.tar.gz |
cargo-c-native: update 0.9.30 -> 0.10.3
(From OE-Core rev: 566b2fc345794773f3b4355077c5c981cdc697ca)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/cargo-c-native_0.10.3+cargo-0.81.0.bb')
-rw-r--r-- | meta/recipes-devtools/rust/cargo-c-native_0.10.3+cargo-0.81.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/cargo-c-native_0.10.3+cargo-0.81.0.bb b/meta/recipes-devtools/rust/cargo-c-native_0.10.3+cargo-0.81.0.bb new file mode 100644 index 0000000000..145e70482a --- /dev/null +++ b/meta/recipes-devtools/rust/cargo-c-native_0.10.3+cargo-0.81.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "cargo applet to build and install C-ABI compatible dynamic and static libraries." | ||
2 | HOMEPAGE = "https://crates.io/crates/cargo-c" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = " \ | ||
5 | file://LICENSE;md5=384ed0e2e0b2dac094e51fbf93fdcbe0 \ | ||
6 | " | ||
7 | |||
8 | SRC_URI = "crate://crates.io/cargo-c/${PV};name=cargo-c" | ||
9 | SRC_URI[cargo-c.sha256sum] = "99f10fab01de791f95e81134202792e4a6975c3a3921fec2d4cbf3e9c269b709" | ||
10 | S = "${CARGO_VENDORING_DIRECTORY}/cargo-c-${PV}" | ||
11 | |||
12 | inherit cargo cargo-update-recipe-crates pkgconfig native | ||
13 | |||
14 | DEPENDS = "openssl curl" | ||
15 | |||
16 | require ${BPN}-crates.inc | ||
17 | |||