mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
arm/tclibc: add spaces after TCLIBC
Seeing the warning: lack of whitespace around the assignment: 'TCLIBC="musl"' Add spaces to address the issue Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -10,7 +10,7 @@ local_conf_header:
|
||||
OVERRIDES .= ":firmware"
|
||||
|
||||
# Need to ensure we build with a small libc
|
||||
TCLIBC="musl"
|
||||
TCLIBC = "musl"
|
||||
|
||||
mass-storage: |
|
||||
# Ensure the Mass Storage device is absent
|
||||
|
||||
Reference in New Issue
Block a user