diff options
Diffstat (limited to 'meta/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb')
| -rw-r--r-- | meta/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb b/meta/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb new file mode 100644 index 0000000000..f21fa9557a --- /dev/null +++ b/meta/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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 | file://0001-getrandom-Use-libc-SYS_futex_time64-on-riscv32.patch;patchdir=../getrandom-0.3.3/ \ | ||
| 10 | file://0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch;patchdir=../parking_lot_core-0.9.11/ \ | ||
| 11 | " | ||
| 12 | SRC_URI[cargo-c.sha256sum] = "fe82742019f0e5c1a9f8549b0f41b20f1bc834f5ed0626c47019f15be566b321" | ||
| 13 | S = "${CARGO_VENDORING_DIRECTORY}/cargo-c-${PV}" | ||
| 14 | |||
| 15 | inherit cargo cargo-update-recipe-crates pkgconfig | ||
| 16 | |||
| 17 | DEPENDS = "openssl curl" | ||
| 18 | |||
| 19 | require ${BPN}-crates.inc | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
