[oe-commits] [openembedded-core] 16/19: tclibc-baremetal.inc: Remove BASEDEPENDS on compilerlibs

git at git.openembedded.org git at git.openembedded.org
Tue Sep 11 08:06:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 61eead0cdd1f44d8c850f8e4c7389ef444bcd591
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Mon Sep 10 12:45:03 2018 +0000

    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.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/distro/include/tclibc-baremetal.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/distro/include/tclibc-baremetal.inc b/meta/conf/distro/include/tclibc-baremetal.inc
index b009179..e04f8c8 100644
--- a/meta/conf/distro/include/tclibc-baremetal.inc
+++ b/meta/conf/distro/include/tclibc-baremetal.inc
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list