mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
buildah: adapt SRC_URI to include destsuffix=${GO_SRCURI_DESTSUFFIX}
As of commit cc4ec43a2b657fb4c58429ab14f1edc2473c1327 [go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX] we require this variable in our go recipes. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
32d60c4016
commit
d04caa21f0
|
@ -32,7 +32,7 @@ SRCREV_buildah = "dbeb097c6fbf4bfd643f096992da572a97a8ec12"
|
|||
SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/containers/buildah;branch=release-1.34;name=buildah;protocol=https \
|
||||
git://github.com/containers/buildah;branch=release-1.34;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
|
||||
"
|
||||
|
||||
DEPENDS = "libdevmapper btrfs-tools gpgme"
|
||||
|
|
Loading…
Reference in New Issue
Block a user