diff options
Diffstat (limited to 'recipes-containers/podman-tui')
-rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 02f785fa..ed50c432 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 = "204d054c97c2d2908a930a3b3de520f54271a2bd" | 21 | SRCREV_podmantui = "5d5c4cc0c6c23cc5b54850a79b0c6249a0ec820f" |
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.4;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v1.6;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 |
@@ -32,9 +32,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=86d3f3a95c324c9479bd8986968f43 | |||
32 | 32 | ||
33 | GO_IMPORT = "import" | 33 | GO_IMPORT = "import" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | PV = "v1.6.1+git" |
36 | |||
37 | PV = "v1.4.0+git" | ||
38 | 36 | ||
39 | PODMAN_PKG = "github.com/containers/podman-tui" | 37 | PODMAN_PKG = "github.com/containers/podman-tui" |
40 | 38 | ||