mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-08-31 02:37:13 +00:00
meta-arm: fix trailing whitespace
Bitbake now warns about trailing whitespace in parsed metadata lines. Fix the affected files to silence the warnings during parsing. Reported on: https://autobuilder.yoctoproject.org/valkyrie/#/builders/75/builds/4317/steps/16/logs/warnings Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
86b180b091
commit
c6f7492f4a
@@ -26,6 +26,6 @@ PRIVATE_LIBS = "libgcc_s.so.1 libstdc++.so.6"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# Skipping file deps - we don't control the dependencies for prebuilt libraries, resulting in
|
||||
# nothing provides libcrypt.so.1()(64bit) needed by nativesdk-gcc-arm-none-eabi
|
||||
# nothing provides libcrypt.so.1()(64bit) needed by nativesdk-gcc-arm-none-eabi
|
||||
# when packaged as RPM for SDK.
|
||||
SKIP_FILEDEPS = "1"
|
||||
|
||||
@@ -20,7 +20,7 @@ do_install:append () {
|
||||
sed -i -e "s#/${TS_ENV}##g" $target_cmake
|
||||
fi
|
||||
|
||||
# Remove files installed by libts too.
|
||||
# Remove files installed by libts too.
|
||||
rm ${D}${TS_INSTALL}/include/util.h
|
||||
rm ${D}${TS_INSTALL}/include/compiler.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user