mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
tclibc-baremetal.inc: Remove BASEDEPENDS on compilerlibs
Without a libc the gcc-runtime provider of compilerlibs does not
compile. As such avoid the default dependence on the
virtual/${TARGET_PREFIX}compilerlibs provider.
(From OE-Core rev: 61eead0cdd1f44d8c850f8e4c7389ef444bcd591)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a71dbdee2f
commit
09bc7331a4
@@ -21,6 +21,9 @@ LIBC_DEPENDENCIES = ""
|
||||
EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_append = " --without-headers"
|
||||
DEPENDS_remove_pn-meta-toolchain = "virtual/libc virtual/${TARGET_PREFIX}compilerlibs"
|
||||
|
||||
# certain compiler libs cannot be used without libc, avoid the dependence on compilerlibs
|
||||
BASEDEPENDS_remove_class-target = "virtual/${TARGET_PREFIX}compilerlibs"
|
||||
|
||||
TARGET_OS = "elf"
|
||||
TARGET_OS_arm = "eabi"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user