mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
(From OE-Core rev: 6176f8c95e444766fd3e8b89f0be686a03800268) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
608 B
BlitzBasic
25 lines
608 B
BlitzBasic
SUMMARY = "cargo applet to build and install C-ABI compatible dynamic and static libraries."
|
|
HOMEPAGE = "https://crates.io/crates/cargo-c"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE;md5=384ed0e2e0b2dac094e51fbf93fdcbe0 \
|
|
"
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/lu-zero/cargo-c.git;branch=master;protocol=https \
|
|
file://0001-Add-Cargo.lock-file.patch \
|
|
"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
|
|
|
|
SRCREV = "4eaf39ebbbc9ab8f092adf487d5b53435511d619"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cargo cargo-update-recipe-crates pkgconfig native
|
|
|
|
DEPENDS = "openssl curl"
|
|
|
|
require ${BPN}-crates.inc
|
|
|