summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-03 17:55:11 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-04 14:54:03 +0000
commit48586e7ea3018aeb752af54de930e7f5415ad080 (patch)
tree3188cc99d4a384c2e0d316cc55bf4492e94d8e20
parentde9a4540caa8ac76ca8160874d3c696bd01b7cbb (diff)
downloadmeta-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.bb2
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.
23EXTRA_OEMAKE = "BUILDTAGS = ''" 23EXTRA_OEMAKE = "BUILDTAGS=''"
24 24
25do_compile() { 25do_compile() {
26 export GOARCH="${TARGET_GOARCH}" 26 export GOARCH="${TARGET_GOARCH}"