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>
This commit is contained in:
Bruce Ashfield 2025-04-03 17:55:11 +00:00
parent de9a4540ca
commit 48586e7ea3

View File

@ -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}"