diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-02-05 20:47:48 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-11 06:06:33 +0000 |
commit | ca34fc497f68c286d95472f8abb157b1d150c20f (patch) | |
tree | 5950fcc4e426bff6897eecaaedd4ea8f69a5762d | |
parent | 152bec3dd7ae1040afa4945b47213afc279e22eb (diff) | |
download | meta-virtualization-ca34fc497f68c286d95472f8abb157b1d150c20f.tar.gz |
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>
-rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 4 |
1 files changed, 1 insertions, 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}" | |||
27 | GO_WORKDIR = "${GO_INSTALL}" | 27 | GO_WORKDIR = "${GO_INSTALL}" |
28 | GOBUILDFLAGS += "-mod vendor" | 28 | GOBUILDFLAGS += "-mod vendor" |
29 | 29 | ||
30 | SRCREV_FORMAT = "buildah_storage" | 30 | SRCREV = "1c4d858794c90fbb882c976efea09035c83cd73c" |
31 | SRCREV_buildah = "1c4d858794c90fbb882c976efea09035c83cd73c" | ||
32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | ||
33 | 31 | ||
34 | SRC_URI = " \ | 32 | SRC_URI = " \ |
35 | git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 33 | git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |