[oe-commits] [openembedded-core] 60/67: gdb: Disable binutils components

git at git.openembedded.org git at git.openembedded.org
Thu May 12 10:58:04 UTC 2016


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

commit eaeca4765b64c2bfc30f483986051d373e8f7135
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed May 11 10:35:37 2016 -0700

    gdb: Disable binutils components
    
    when building from git we also get the binutils
    components since the tree for gdb and binutils is
    same, this can then casue building binutils with
    gdb as well and cause packaging conflicts, hence
    disable the binutils pieces in configure itself
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gdb/gdb-common.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index f208055..3260dbd 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -40,7 +40,10 @@ EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
                 ${GDBPROPREFIX} ${EXPAT} \
                 ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
                 --disable-rpath \
-               "
+                --disable-gas --disable-binutils \
+                --disable-ld --disable-gold \
+                --disable-gprof \
+"
 
 PACKAGECONFIG ??= "readline"
 # Use --without-system-readline to compile with readline 5.

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


More information about the Openembedded-commits mailing list