From 288d9bdfb13c4a8c22a8614224de6aa65feb90f2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 24 May 2024 03:43:09 +0000 Subject: 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 --- recipes-containers/podman-tui/podman-tui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 210f4f5b..53d7c2d4 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb @@ -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 -- cgit v1.2.3-54-g00ecf