From ca34fc497f68c286d95472f8abb157b1d150c20f Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 5 Feb 2025 20:47:48 -0800 Subject: buildah: drop SRCREV_FORMAT The source comes from one repo, there's no need to use SRCREV_FORMAT any more. So drop it. Signed-off-by: Chen Qi Signed-off-by: Bruce Ashfield --- recipes-containers/buildah/buildah_git.bb | 4 +--- 1 file changed, 1 insertion(+), 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}" GO_WORKDIR = "${GO_INSTALL}" GOBUILDFLAGS += "-mod vendor" -SRCREV_FORMAT = "buildah_storage" -SRCREV_buildah = "1c4d858794c90fbb882c976efea09035c83cd73c" -SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" +SRCREV = "1c4d858794c90fbb882c976efea09035c83cd73c" SRC_URI = " \ git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ -- cgit v1.2.3-54-g00ecf