mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:29:02 +02:00
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:
parent
de9a4540ca
commit
48586e7ea3
|
@ -20,7 +20,7 @@ inherit goarch go systemd
|
||||||
|
|
||||||
# This disables seccomp and apparmor, which are on by default in the
|
# This disables seccomp and apparmor, which are on by default in the
|
||||||
# go package.
|
# go package.
|
||||||
EXTRA_OEMAKE = "BUILDTAGS = ''"
|
EXTRA_OEMAKE = "BUILDTAGS=''"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
export GOARCH="${TARGET_GOARCH}"
|
export GOARCH="${TARGET_GOARCH}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user