mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
cri-tools: 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
33136f6c20
commit
de9a4540ca
|
@ -36,7 +36,7 @@ inherit go
|
||||||
inherit goarch
|
inherit goarch
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMAKE = "BUILDTAGS = ''"
|
EXTRA_OEMAKE = "BUILDTAGS=''"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
# link fixups for compilation
|
# link fixups for compilation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user