summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/oci-image-tools')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb2
1 files changed, 1 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 ade6534d..c2e07889 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -16,7 +16,7 @@ inherit go
16 16
17# This disables seccomp and apparmor, which are on by default in the 17# This disables seccomp and apparmor, which are on by default in the
18# go package. 18# go package.
19EXTRA_OEMAKE="BUILDTAGS=''" 19EXTRA_OEMAKE = "BUILDTAGS=''"
20 20
21S = "${WORKDIR}/git/src/github.com/opencontainers/image-tools" 21S = "${WORKDIR}/git/src/github.com/opencontainers/image-tools"
22 22