summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-05-24 03:43:09 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-05-29 13:16:56 +0000
commitd04caa21f06c628bceee6cdc637af9491b632a27 (patch)
tree4d430919f7442bc706f807b42e07a688034b3b8f
parent32d60c40164de62a4ffad55702c7ab6d1e11da8f (diff)
downloadmeta-virtualization-d04caa21f06c628bceee6cdc637af9491b632a27.tar.gz
buildah: 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/buildah/buildah_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 64ee4f7d..40950fa9 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -32,7 +32,7 @@ SRCREV_buildah = "dbeb097c6fbf4bfd643f096992da572a97a8ec12"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 33
34SRC_URI = " \ 34SRC_URI = " \
35 git://github.com/containers/buildah;branch=release-1.34;name=buildah;protocol=https \ 35 git://github.com/containers/buildah;branch=release-1.34;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
36 " 36 "
37 37
38DEPENDS = "libdevmapper btrfs-tools gpgme" 38DEPENDS = "libdevmapper btrfs-tools gpgme"