mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 13:18:27 +00:00
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ EXTRA_OECONF = " \
|
||||
"
|
||||
|
||||
# Configure respects --bindir from EXTRA_OECONF, but then Src/Makefile will read bindir from environment
|
||||
export bindir="${base_bindir}"
|
||||
export bindir = "${base_bindir}"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user