summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index fdeb9972..80fa9929 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -27,9 +27,7 @@ GO_INSTALL = "${GO_IMPORT}"
27GO_WORKDIR = "${GO_INSTALL}" 27GO_WORKDIR = "${GO_INSTALL}"
28GOBUILDFLAGS += "-mod vendor" 28GOBUILDFLAGS += "-mod vendor"
29 29
30SRCREV_FORMAT = "buildah_storage" 30SRCREV = "1c4d858794c90fbb882c976efea09035c83cd73c"
31SRCREV_buildah = "1c4d858794c90fbb882c976efea09035c83cd73c"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 31
34SRC_URI = " \ 32SRC_URI = " \
35 git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 33 git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \