Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/host-gdb: fix autobuild failure
@ 2015-09-08 14:05 Brendan Heading
  2015-09-08 14:13 ` Arnout Vandecappelle
  0 siblings, 1 reply; 8+ messages in thread
From: Brendan Heading @ 2015-09-08 14:05 UTC (permalink / raw)
  To: buildroot

Fixes :

http://autobuild.buildroot.net/results/dd5/dd50ed99abb2c8495def826866b184030953f90e/

.. and many others.

host-gdb is broken on all architectures at the moment, as it seems to
require makeinfo during "make install" even if configure
failed to detect it. Instead of trying to hack it, let's simply make gdb
dependent on host-texinfo.

Signed-off-by: Brendan Heading <brendanheading@gmail.com>
---
 package/gdb/gdb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 338de20..efe195a 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -40,7 +40,7 @@ endif
 # For the host variant, we really want to build with XML support,
 # which is needed to read XML descriptions of target architectures. We
 # also need ncurses.
-HOST_GDB_DEPENDENCIES = host-expat host-ncurses
+HOST_GDB_DEPENDENCIES = host-expat host-ncurses host-texinfo
 
 # Apply the Xtensa specific patches
 XTENSA_CORE_NAME = $(call qstrip, $(BR2_XTENSA_CORE_NAME))
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-08 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 14:05 [Buildroot] [PATCH 1/1] package/host-gdb: fix autobuild failure Brendan Heading
2015-09-08 14:13 ` Arnout Vandecappelle
2015-09-08 14:17   ` Brendan Heading
2015-09-08 14:17   ` Vicente Olivert Riera
2015-09-08 14:41     ` Brendan Heading
2015-09-08 14:48       ` Vicente Olivert Riera
2015-09-08 14:53         ` Brendan Heading
2015-09-08 14:58           ` Vicente Olivert Riera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox