blob: 4f34f50ca90d9a992d2217666a6f212b70c3a992 [file] [log] [blame]
Andrew Geissler5082cc72023-09-11 08:41:39 -04001SUMMARY = "cargo applet to build and install C-ABI compatible dynamic and static libraries."
2HOMEPAGE = "https://crates.io/crates/cargo-c"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = " \
5 file://LICENSE;md5=384ed0e2e0b2dac094e51fbf93fdcbe0 \
6"
7
8PR = "r1"
9
10SRC_URI = " \
11 git://github.com/lu-zero/cargo-c.git;branch=master;protocol=https \
12 file://0001-Add-Cargo.lock-file.patch \
13"
14
15SRCREV = "4eaf39ebbbc9ab8f092adf487d5b53435511d619"
16S = "${WORKDIR}/git"
17
18inherit cargo cargo-update-recipe-crates pkgconfig native
19
20DEPENDS = "openssl curl"
21
22require ${BPN}-crates.inc
23