diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-03 17:55:11 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-03 17:56:53 +0000 |
commit | de9a4540caa8ac76ca8160874d3c696bd01b7cbb (patch) | |
tree | a936ff7a47121746baeaa727958deced0506e511 | |
parent | 33136f6c205b927db17a2db9fedfcb2e1339ae97 (diff) | |
download | meta-virtualization-de9a4540caa8ac76ca8160874d3c696bd01b7cbb.tar.gz |
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>
-rw-r--r-- | recipes-containers/cri-tools/cri-tools_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cri-tools/cri-tools_git.bb b/recipes-containers/cri-tools/cri-tools_git.bb index 25f13702..04b56f94 100644 --- a/recipes-containers/cri-tools/cri-tools_git.bb +++ b/recipes-containers/cri-tools/cri-tools_git.bb | |||
@@ -36,7 +36,7 @@ inherit go | |||
36 | inherit goarch | 36 | inherit goarch |
37 | inherit pkgconfig | 37 | inherit pkgconfig |
38 | 38 | ||
39 | EXTRA_OEMAKE = "BUILDTAGS = ''" | 39 | EXTRA_OEMAKE = "BUILDTAGS=''" |
40 | 40 | ||
41 | do_compile() { | 41 | do_compile() { |
42 | # link fixups for compilation | 42 | # link fixups for compilation |