summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-06 16:29:45 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-06 16:29:45 -0400
commit040275428d47792bb25a19e5ee384f395d9bd086 (patch)
tree5df1ce38a52e650c0b5e4ad0c450617476c5532f /recipes-containers
parentb7800ccc2aac9c2ac643a554c002758430163f4e (diff)
downloadmeta-virtualization-040275428d47792bb25a19e5ee384f395d9bd086.tar.gz
umoci: update to 0.4.7
Updating to the latest 0.4.7 release and updating the build and fetch directories to the opencontainers github. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/umoci/umoci_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb
index caeb0943..0f0166a4 100644
--- a/recipes-containers/umoci/umoci_git.bb
+++ b/recipes-containers/umoci/umoci_git.bb
@@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
6RDEPENDS_${PN} = "skopeo \ 6RDEPENDS_${PN} = "skopeo \
7 " 7 "
8 8
9SRCREV_umoci = "6e68a6a2ae3e12ad78110ab9e68aa56f8281498f" 9SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
10SRC_URI = "git://github.com/openSUSE/umoci;branch=master;name=umoci;destsuffix=git/src/github.com/openSUSE/umoci \ 10SRC_URI = "git://github.com/opencontainers/umoci.git;branch=master;name=umoci;destsuffix=github.com/opencontainers/umoci \
11 " 11 "
12 12
13PV = "v0.3.1-dev+git${SRCPV}" 13PV = "v0.4.7-dev+git${SRCPV}"
14S = "${WORKDIR}/git/src/github.com/openSUSE/umoci" 14S = "${WORKDIR}/github.com/opencontainers/umoci"
15GO_IMPORT = "github.com/openSUSE/umoci" 15GO_IMPORT = "github.com/opencontainers/umoci"
16 16
17inherit goarch 17inherit goarch
18inherit go 18inherit go