diff options
Diffstat (limited to 'recipes-containers/umoci/umoci_git.bb')
-rw-r--r-- | recipes-containers/umoci/umoci_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index 2ed0af7d..84f7a40f 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb | |||
@@ -6,7 +6,7 @@ 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 = "33ec00665c66321f1b1f34ca7e6f370ac35c1233" | 9 | SRCREV_umoci = "8f807a317985f23f90f0d1dd75f5f6de34e0c263" |
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 | ||
@@ -21,7 +21,7 @@ COMPATIBLE_HOST = "^(?!mips).*" | |||
21 | 21 | ||
22 | # This disables seccomp and apparmor, which are on by default in the | 22 | # This disables seccomp and apparmor, which are on by default in the |
23 | # go package. | 23 | # go package. |
24 | EXTRA_OEMAKE="BUILDTAGS=''" | 24 | EXTRA_OEMAKE = "BUILDTAGS=''" |
25 | 25 | ||
26 | 26 | ||
27 | do_compile:class-native () { | 27 | do_compile:class-native () { |