diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-14 20:11:54 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-17 19:17:09 +0000 |
commit | ac82e30c68f584f5463eed9fe98fa1498d9c7058 (patch) | |
tree | 1dc1fb5705ab4c23d19444f4cf6b04fe4b0a6cf9 | |
parent | 9924532fa89a40f0f0ea1304ce6cba7361104a7d (diff) | |
download | meta-virtualization-ac82e30c68f584f5463eed9fe98fa1498d9c7058.tar.gz |
podman-tui: update to v1.3.0
Bumping podman-tui to version v0.9.0-406-g37019c2f, which comprises the following commits:
37019c2f Bump to v1.3.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 0db17bd5..7bbcab6b 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
@@ -18,10 +18,10 @@ DEPENDS = " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV_FORMAT = "podmantui_storage" | 20 | SRCREV_FORMAT = "podmantui_storage" |
21 | SRCREV_podmantui = "6bcf599336026ffe482900742c8d56d84b97a9e1" | 21 | SRCREV_podmantui = "37019c2f86dd0c9a0e7d8235617582e4ded4334b" |
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-v1.1;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v1.3;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 |
@@ -34,7 +34,7 @@ GO_IMPORT = "import" | |||
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
36 | 36 | ||
37 | PV = "v1.1.0+git" | 37 | PV = "v1.3.0+git" |
38 | 38 | ||
39 | PODMAN_PKG = "github.com/containers/podman-tui" | 39 | PODMAN_PKG = "github.com/containers/podman-tui" |
40 | 40 | ||