diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-24 03:43:09 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:16:56 +0000 |
commit | 754c3134c244f5d370bf290c41edd675675b6f50 (patch) | |
tree | 3e57abbfdd0115e87bcb76741fd46cc9d039b1f3 | |
parent | d4f36f3ff5e33d243a8c149e47cb7adac4dc315a (diff) | |
download | meta-virtualization-754c3134c244f5d370bf290c41edd675675b6f50.tar.gz |
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>
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index cba685c0..59bc2b9a 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -19,7 +19,7 @@ DEPENDS = " \ | |||
19 | 19 | ||
20 | SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" | 20 | SRCREV = "bb81e85a430fa95d23a15b77c717fd68bf06ebf2" |
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | git://github.com/containers/libpod.git;branch=v5.0;protocol=https \ | 22 | git://github.com/containers/libpod.git;branch=v5.0;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
23 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 23 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
24 | file://run-ptest \ | 24 | file://run-ptest \ |
25 | " | 25 | " |