From b3e5c517bf3fab88116caf2527fac1323f3c5ac7 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 18 Jan 2024 23:09:16 -0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/buildah/buildah_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" SRC_URI = " \ - git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \ + git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \ " DEPENDS = "libdevmapper btrfs-tools gpgme" -- cgit v1.2.3-54-g00ecf