1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

arm-toolchain/arm-binary-toolchain: ensure toolchains don't provide any system libraries

Use PRIVATE_LIBS to ensure that the Arm binary toolchains don't provide
their own libraries to the entire system.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-05-04 15:12:52 +01:00
committed by Jon Mason
parent 7793860123
commit c65eed7160
@@ -20,4 +20,7 @@ INHIBIT_SYSROOT_STRIP = "1"
INHIBIT_PACKAGE_STRIP = "1" INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
# Need to mark these as private until do_package's soname-finder only looks in $libdir
PRIVATE_LIBS = "libgcc_s.so.1 libstdc++.so.6"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"