diff options
-rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 0b1924f9..90c196c8 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
@@ -18,14 +18,14 @@ DEPENDS = " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV_FORMAT = "podmantui_storage" | 20 | SRCREV_FORMAT = "podmantui_storage" |
21 | SRCREV_podmantui = "37e99d3b39ffc5d3bca2aa1a125c03bf2465ce3b" | 21 | SRCREV_podmantui = "c545dbd7220c2d85a0e92371f0e240d2c8b7c836" |
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.9 \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.14 \ |
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 |
28 | #SRC_URI += "git://github.com/containers/storage;protocol=https;name=storage;branch=main;destsuffix=git/src/import/vendor/github.com/containers/storage" | 28 | #SRC_URI += "git://github.com/containers/storage;protocol=https;name=storage;branch=release-v0.14;destsuffix=git/src/import/vendor/github.com/containers/storage" |
29 | 29 | ||
30 | LICENSE = "Apache-2.0" | 30 | LICENSE = "Apache-2.0" |
31 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 31 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
@@ -34,7 +34,7 @@ GO_IMPORT = "import" | |||
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
36 | 36 | ||
37 | PV = "v0.9.1+git" | 37 | PV = "v0.14.0+git" |
38 | 38 | ||
39 | PODMAN_PKG = "github.com/containers/podman-tui" | 39 | PODMAN_PKG = "github.com/containers/podman-tui" |
40 | 40 | ||