diff options
-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 | ||