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>
This commit is contained in:
Bruce Ashfield 2021-05-06 16:29:45 -04:00
parent b7800ccc2a
commit 040275428d

View File

@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
RDEPENDS_${PN} = "skopeo \ RDEPENDS_${PN} = "skopeo \
" "
SRCREV_umoci = "6e68a6a2ae3e12ad78110ab9e68aa56f8281498f" SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
SRC_URI = "git://github.com/openSUSE/umoci;branch=master;name=umoci;destsuffix=git/src/github.com/openSUSE/umoci \ SRC_URI = "git://github.com/opencontainers/umoci.git;branch=master;name=umoci;destsuffix=github.com/opencontainers/umoci \
" "
PV = "v0.3.1-dev+git${SRCPV}" PV = "v0.4.7-dev+git${SRCPV}"
S = "${WORKDIR}/git/src/github.com/openSUSE/umoci" S = "${WORKDIR}/github.com/opencontainers/umoci"
GO_IMPORT = "github.com/openSUSE/umoci" GO_IMPORT = "github.com/opencontainers/umoci"
inherit goarch inherit goarch
inherit go inherit go