All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] buildah: drop SRCREV_FORMAT
@ 2025-02-06  4:47 Qi.Chen
  2025-03-06 17:35 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2025-02-06  4:47 UTC (permalink / raw)
  To: meta-virtualization

From: Chen Qi <Qi.Chen@windriver.com>

The source comes from one repo, there's no need to use SRCREV_FORMAT
any more. So drop it.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 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 ae3495ba..58c862a2 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 = "c0602013adc2142f017a6b973a70b33e57bd5539"
-SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
+SRCREV = "c0602013adc2142f017a6b973a70b33e57bd5539"
 
 SRC_URI = " \
     git://github.com/containers/buildah;branch=release-1.37;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-06 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06  4:47 [meta-virtualization][PATCH] buildah: drop SRCREV_FORMAT Qi.Chen
2025-03-06 17:35 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.