diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-24 03:43:09 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:16:56 +0000 |
commit | 288d9bdfb13c4a8c22a8614224de6aa65feb90f2 (patch) | |
tree | 7003422057845bc84ef289f33067be548576684b | |
parent | 34b281d1a9e01096d3bd059cf261aa031d8ed851 (diff) | |
download | meta-virtualization-288d9bdfb13c4a8c22a8614224de6aa65feb90f2.tar.gz |
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>
-rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
21 | SRCREV_podmantui = "b4350927babdaa35fbf50424190683aeb9f5f66f" | 21 | SRCREV_podmantui = "b4350927babdaa35fbf50424190683aeb9f5f66f" |
22 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 22 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.17 \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.17;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
25 | " | 25 | " |
26 | # Due to some other API changes, we can't directly import containers/storage at | 26 | # Due to some other API changes, we can't directly import containers/storage at |
27 | # the right commit, so we instead extract a patch and apply it to the tree | 27 | # the right commit, so we instead extract a patch and apply it to the tree |