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 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 8 | |
| 9 | SRC_URI = " \ |
| 10 | git://github.com/lu-zero/cargo-c.git;branch=master;protocol=https \ |
| 11 | file://0001-Add-Cargo.lock-file.patch \ |
| 12 | " |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 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 | |