umoci: update to 0.4.7

Bumping umoci to version v0.4.7-117-gfb2db51, which comprises the following commits:

    3544ece build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
    5978bb9 build(deps): bump github.com/vbatts/go-mtree from 0.5.1 to 0.5.2
    7c782c4 README: add dummy comment to start to make Hugo happy
    777164a build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.4
    1714399 build(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0
    ed6b0f4 build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1
    14756db build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.0
    2034a22 test: handle /etc/pki/ca-trust with Fedora images
    2163223 *: improve io.Pipe CloseWithError usage
    aab35e4 *: implement EINTR-retry logic for io.Copy users

We also switch BUILD_FLAGS to STATIC_BUILD_FLAGS, as the Makefile
variable has changed.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-01-13 13:04:53 -05:00
parent 16c89216dc
commit 975f0a1d40

View File

@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
RDEPENDS:${PN} = "skopeo" RDEPENDS:${PN} = "skopeo"
RDEPENDS:${PN}:class-native = "" RDEPENDS:${PN}:class-native = ""
SRCREV_umoci = "4270d5bfcfdb89ebb96954512a7948de2a83a87f" SRCREV_umoci = "fb2db51251ac2cb3745e60b2f2f314a088400326"
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \
" "
PV = "v0.4.7-dev+git${SRCPV}" PV = "v0.4.7+git${SRCPV}"
S = "${WORKDIR}/github.com/opencontainers/umoci" S = "${WORKDIR}/github.com/opencontainers/umoci"
GO_IMPORT = "github.com/opencontainers/umoci" GO_IMPORT = "github.com/opencontainers/umoci"
@ -40,7 +40,7 @@ do_compile:class-native () {
export GOPATH="${WORKDIR}/git/" export GOPATH="${WORKDIR}/git/"
export GO111MODULE=off export GO111MODULE=off
export BUILD_FLAGS="-trimpath" export STATIC_BUILD_FLAGS="-trimpath"
cd ${S} cd ${S}