diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-23 15:50:06 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-23 15:50:06 +0000 |
| commit | e0c1a5dc313d3a6583f5a4e973f1b6ae54742e17 (patch) | |
| tree | 11c40595c872cbeadd122bb38bd67ec5863f75e3 /recipes-containers/umoci | |
| parent | 1f5bcbee0f14b3f5546dfe78fba22e2e7076d49a (diff) | |
| download | meta-virtualization-e0c1a5dc313d3a6583f5a4e973f1b6ae54742e17.tar.gz | |
umoci: update to v0.6.0
Bumping umoci to version v0.6.0-53-gf5d1219, which comprises the following commits:
f5d1219 keyring: remove asarai@suse.de key
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/umoci')
| -rw-r--r-- | recipes-containers/umoci/umoci_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index f148b7fa..eab3a6a8 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb | |||
| @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 6 | RDEPENDS:${PN} = "skopeo" | 6 | RDEPENDS:${PN} = "skopeo" |
| 7 | RDEPENDS:${PN}:class-native = "" | 7 | RDEPENDS:${PN}:class-native = "" |
| 8 | 8 | ||
| 9 | SRCREV_umoci = "d6313283c36509ce8e9bda0affde5865ccee98a7" | 9 | SRCREV_umoci = "f5d1219acaf67127ebacf6306776d3ff465735ea" |
| 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ | 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | PV = "v0.6.0+git" | 13 | PV = "0.6.0+git" |
| 14 | S = "${UNPACKDIR}/github.com/opencontainers/umoci" | 14 | S = "${UNPACKDIR}/github.com/opencontainers/umoci" |
| 15 | GO_IMPORT = "github.com/opencontainers/umoci" | 15 | GO_IMPORT = "github.com/opencontainers/umoci" |
| 16 | 16 | ||
