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 <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Chen Qi 2025-02-05 20:47:48 -08:00 committed by Bruce Ashfield
parent 152bec3dd7
commit ca34fc497f

View File

@ -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} \