summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2024-01-18 23:09:16 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 14:38:30 +0000
commitb3e5c517bf3fab88116caf2527fac1323f3c5ac7 (patch)
tree55171c3e67a89367a80a14c54f657a4d79867296
parent0650f659fd1728b3f059cfa52a8871b916285ec4 (diff)
downloadmeta-virtualization-b3e5c517bf3fab88116caf2527fac1323f3c5ac7.tar.gz
buildah: fix branch name
The branch 1.33.2 is not there any more. The correct branch for now is 1.33. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 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 d3ccc920..f04adca9 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -32,7 +32,7 @@ SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 33
34SRC_URI = " \ 34SRC_URI = " \
35 git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \ 35 git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \
36 " 36 "
37 37
38DEPENDS = "libdevmapper btrfs-tools gpgme" 38DEPENDS = "libdevmapper btrfs-tools gpgme"