diff options
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 | |||