mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
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:
parent
f487ea4aa0
commit
bb82580ed3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user