diff options
Diffstat (limited to 'recipes-containers/oci-image-tools')
-rw-r--r-- | recipes-containers/oci-image-tools/oci-image-tools_git.bb | 2 |
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. |
19 | EXTRA_OEMAKE="BUILDTAGS=''" | 19 | EXTRA_OEMAKE = "BUILDTAGS=''" |
20 | 20 | ||
21 | S = "${WORKDIR}/git/src/github.com/opencontainers/image-tools" | 21 | S = "${WORKDIR}/git/src/github.com/opencontainers/image-tools" |
22 | 22 | ||