mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
podman: adapt SRC_URI to include destsuffix=${GO_SRCURI_DESTSUFFIX}
As of commit cc4ec43a2b657fb4c58429ab14f1edc2473c1327 [go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX] we require this variable in our go recipes. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
d4f36f3ff5
commit
754c3134c2
|
@ -19,7 +19,7 @@ DEPENDS = " \
|
|||
|
||||
SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2"
|
||||
SRC_URI = " \
|
||||
git://github.com/containers/libpod.git;branch=v5.0;protocol=https \
|
||||
git://github.com/containers/libpod.git;branch=v5.0;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user