diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-03 18:22:41 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-24 01:38:21 +0000 |
commit | 5d011020772496c453f760e55ad990ffdbbd536f (patch) | |
tree | aeac2265f74444ff69b89ab27b0ecfda619a87dd | |
parent | ba6e5e9db13fceb78775b6fcab3c1ebdc5b1a2d9 (diff) | |
download | meta-virtualization-5d011020772496c453f760e55ad990ffdbbd536f.tar.gz |
podman-tui: update to v0.9.1
Bumping podman-tui to version v0.9.1, which comprises the following commits:
d77db5fd bump to 0.9.1
ad29f4fa Container create error fix when selecting a volume
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 bbd1393b..c546e132 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 = "24bdb2a9317a7061a40ea58be312a0133cae28ba" | 21 | SRCREV_podmantui = "37e99d3b39ffc5d3bca2aa1a125c03bf2465ce3b" |
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=main \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.9 \ |
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 = "v0.9.0+git${SRCPV}" | 37 | PV = "v0.9.1+git${SRCPV}" |
38 | 38 | ||
39 | PODMAN_PKG = "github.com/containers/podman-tui" | 39 | PODMAN_PKG = "github.com/containers/podman-tui" |
40 | 40 | ||