summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools/oci-image-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/oci-image-tools/oci-image-tools_git.bb')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index 090020ae..49375b7f 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "A collection of tools for working with the OCI image format specifica
3LICENSE = "Apache-2" 3LICENSE = "Apache-2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
5 5
6DEPENDS = "go-cross-${TARGET_ARCH} \ 6DEPENDS = "\
7 oci-image-spec \ 7 oci-image-spec \
8 oci-runtime-spec \ 8 oci-runtime-spec \
9 go-digest \ 9 go-digest \
@@ -19,6 +19,7 @@ PV = "0.1.0+git${SRCPV}"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit go-osarchmap 21inherit go-osarchmap
22inherit go
22 23
23# This disables seccomp and apparmor, which are on by default in the 24# This disables seccomp and apparmor, which are on by default in the
24# go package. 25# go package.