mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 14:45:53 +00: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:
parent
26698cdfc9
commit
f2f35ccffe
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user