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>
This commit is contained in:
Chen Qi 2024-01-18 23:09:16 -08:00 committed by Bruce Ashfield
parent 0650f659fd
commit b3e5c517bf

View File

@ -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"