diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-03 17:55:11 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-04 14:54:03 +0000 |
commit | 48586e7ea3018aeb752af54de930e7f5415ad080 (patch) | |
tree | 3188cc99d4a384c2e0d316cc55bf4492e94d8e20 | |
parent | de9a4540caa8ac76ca8160874d3c696bd01b7cbb (diff) | |
download | meta-virtualization-48586e7ea3018aeb752af54de930e7f5415ad080.tar.gz |
docker-distribution: fix assignment operation whitespace
The scripted assignement operator cleanup incorrectly caught
BUILDTAGS, which breaks our build.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 22e19ef4..495b0d17 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
@@ -20,7 +20,7 @@ inherit goarch go systemd | |||
20 | 20 | ||
21 | # This disables seccomp and apparmor, which are on by default in the | 21 | # This disables seccomp and apparmor, which are on by default in the |
22 | # go package. | 22 | # go package. |
23 | EXTRA_OEMAKE = "BUILDTAGS = ''" | 23 | EXTRA_OEMAKE = "BUILDTAGS=''" |
24 | 24 | ||
25 | do_compile() { | 25 | do_compile() { |
26 | export GOARCH="${TARGET_GOARCH}" | 26 | export GOARCH="${TARGET_GOARCH}" |