mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
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:
parent
152bec3dd7
commit
ca34fc497f
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user