Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame^] | 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 | PR = "r1" |
| 9 | |
| 10 | SRC_URI = " \ |
| 11 | git://github.com/lu-zero/cargo-c.git;branch=master;protocol=https \ |
| 12 | file://0001-Add-Cargo.lock-file.patch \ |
| 13 | " |
| 14 | |
| 15 | SRCREV = "4eaf39ebbbc9ab8f092adf487d5b53435511d619" |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit cargo cargo-update-recipe-crates pkgconfig native |
| 19 | |
| 20 | DEPENDS = "openssl curl" |
| 21 | |
| 22 | require ${BPN}-crates.inc |
| 23 | |