Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 1 | DESCRIPTION = "A simple example for rust C library" |
2 | HOMEPAGE = "https://gitlab.com/fmartinsonsHome/rust-c-lib-example" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cb9c441273ed8a029701a086befbfc63" | ||||
5 | |||||
6 | SRC_URI = " \ | ||||
7 | git://gitlab.com/fmartinsonsHome/rust-c-lib-example.git;branch=main;protocol=https \ | ||||
8 | " | ||||
9 | |||||
10 | SRCREV = "fc53c457f69aa5221ec1f8619a007e8150db5e60" | ||||
11 | S = "${WORKDIR}/git" | ||||
12 | |||||
13 | inherit cargo_c | ||||
14 | |||||
15 | require ${BPN}-crates.inc |