mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
789 B
BlitzBasic
23 lines
789 B
BlitzBasic
SUMMARY = "Simple hello world example"
|
|
HOMEPAGE = "https://github.com/akiernan/hello-bin"
|
|
LICENSE = "Unlicense"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=7246f848faa4e9c9fc0ea91122d6e680"
|
|
|
|
SRC_URI = "git://github.com/akiernan/hello-bin.git;protocol=https;branch=main;subpath=rust \
|
|
file://0001-Greet-OE-Core.patch \
|
|
git://github.com/akiernan/hello-lib.git;protocol=https;branch=main;name=hello-lib;destsuffix=hello-lib;type=git-dependency \
|
|
"
|
|
SRCREV = "d3d096eda182644868f8e7458dcfa538ff637db3"
|
|
|
|
SRCREV_FORMAT .= "_hello-lib"
|
|
SRCREV_hello-lib = "59c84574e844617043cf337bc8fa537cf87ad8ae"
|
|
|
|
S = "${UNPACKDIR}/rust"
|
|
|
|
inherit cargo cargo-update-recipe-crates ptest-cargo
|
|
|
|
# Remove this when the recipe is reproducible
|
|
EXCLUDE_FROM_WORLD = "1"
|
|
|
|
require ${BPN}-crates.inc
|