mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
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 (From OE-Core rev: d5369cf951dbc20881f4967ab679e08a95643353) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user