runv: use destsuffix for clone

To ensure that the go code can be unpacked and the license file
found, we add destsuffix to the SRC_URI.

We still have a gcc14 build issue, but this at least gets us
to that issue.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-05-29 15:23:08 +00:00
parent f487ea4aa0
commit bb82580ed3

View File

@ -4,7 +4,7 @@ DESCRIPTION = "Hypervisor-based Runtime for OCI"
SRCREV_runv = "b360a686abc6c6e896382990ef1b93ef07c7a677"
SRC_URI = "\
git://github.com/hyperhq/runv.git;nobranch=1;name=runv;protocol=https \
git://github.com/hyperhq/runv.git;nobranch=1;name=runv;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
"
LICENSE = "Apache-2.0"