mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/fvp: don't inhibit default dependencies
The FVPs are precompiled binaries so we can theoretically avoid the default dependencies (gcc and friends), but this means that packaging doesn't succeed for non-native builds as objcopy (from binutils-cross) is needed during do_package. Until oe-core is fixed to depend on binutils-cross, don't disable the default dependencies. Change-Id: I9ec292d21c4f9db4e02587b7f58f46852cbc2c3d Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -31,6 +31,4 @@ INSANE_SKIP:${PN} += "file-rdeps"
|
|||||||
# FVP brings its own standard library so don't let it be used as a shlib provider
|
# FVP brings its own standard library so don't let it be used as a shlib provider
|
||||||
PRIVATE_LIBS = "libgcc_s.so.1 libstdc++.so.6"
|
PRIVATE_LIBS = "libgcc_s.so.1 libstdc++.so.6"
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user