podman-tui: 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:
Bruce Ashfield 2024-05-24 03:43:09 +00:00
parent 34b281d1a9
commit 288d9bdfb1

View File

@ -21,7 +21,7 @@ SRCREV_FORMAT = "podmantui_storage"
SRCREV_podmantui = "b4350927babdaa35fbf50424190683aeb9f5f66f"
SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
SRC_URI = " \
git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.17 \
git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.17;destsuffix=${GO_SRCURI_DESTSUFFIX} \
"
# Due to some other API changes, we can't directly import containers/storage at
# the right commit, so we instead extract a patch and apply it to the tree