mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm-bsp/external-system: correct whitespace warning
Seeing the following warning: WARNING: /builds/jonmason00/meta-arm/work/build/../../meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb: /builds/jonmason00/meta-arm/work/build/../../meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb:6 has a lack of whitespace around the assignment: 'INHIBIT_DEFAULT_DEPS="1"' Adding spaces addresses the issue. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "Firmware to be loaded and run in External System Harness in\
|
|||||||
support to the main application CPU."
|
support to the main application CPU."
|
||||||
HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/external-system.git"
|
HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/external-system.git"
|
||||||
DEPENDS = "gcc-arm-none-eabi-native"
|
DEPENDS = "gcc-arm-none-eabi-native"
|
||||||
INHIBIT_DEFAULT_DEPS="1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
LICENSE = "BSD-3-Clause & Apache-2.0"
|
LICENSE = "BSD-3-Clause & Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0 \
|
LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0 \
|
||||||
file://cmsis/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
file://cmsis/LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
||||||
|
|||||||
Reference in New Issue
Block a user