diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-13 13:04:53 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-02-10 12:36:11 -0500 |
commit | 975f0a1d4084827b678452b475905cc2e80dfb27 (patch) | |
tree | 80f2231a5cc1f4e1984ab5eaa1d2da4337ea61d6 | |
parent | 16c89216dc24021f574e7740b9f8a6e4ed112b9c (diff) | |
download | meta-virtualization-975f0a1d4084827b678452b475905cc2e80dfb27.tar.gz |
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>
-rw-r--r-- | recipes-containers/umoci/umoci_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index a9442ccc..b4d086be 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 = "4270d5bfcfdb89ebb96954512a7948de2a83a87f" | 9 | SRCREV_umoci = "fb2db51251ac2cb3745e60b2f2f314a088400326" |
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.4.7-dev+git${SRCPV}" | 13 | PV = "v0.4.7+git${SRCPV}" |
14 | S = "${WORKDIR}/github.com/opencontainers/umoci" | 14 | S = "${WORKDIR}/github.com/opencontainers/umoci" |
15 | GO_IMPORT = "github.com/opencontainers/umoci" | 15 | GO_IMPORT = "github.com/opencontainers/umoci" |
16 | 16 | ||
@@ -40,7 +40,7 @@ do_compile:class-native () { | |||
40 | export GOPATH="${WORKDIR}/git/" | 40 | export GOPATH="${WORKDIR}/git/" |
41 | export GO111MODULE=off | 41 | export GO111MODULE=off |
42 | 42 | ||
43 | export BUILD_FLAGS="-trimpath" | 43 | export STATIC_BUILD_FLAGS="-trimpath" |
44 | 44 | ||
45 | cd ${S} | 45 | cd ${S} |
46 | 46 | ||