From 48586e7ea3018aeb752af54de930e7f5415ad080 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 3 Apr 2025 17:55:11 +0000 Subject: [PATCH] docker-distribution: fix assignment operation whitespace The scripted assignement operator cleanup incorrectly caught BUILDTAGS, which breaks our build. Signed-off-by: Bruce Ashfield --- .../docker-distribution/docker-distribution_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # This disables seccomp and apparmor, which are on by default in the # go package. -EXTRA_OEMAKE = "BUILDTAGS = ''" +EXTRA_OEMAKE = "BUILDTAGS=''" do_compile() { export GOARCH="${TARGET_GOARCH}"