Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] no-static-libs.inc: add gdb
@ 2016-02-29 19:10 Martin Jansa
  2016-02-29 20:40 ` Richard Purdie
  0 siblings, 1 reply; 13+ messages in thread
From: Martin Jansa @ 2016-02-29 19:10 UTC (permalink / raw)
  To: openembedded-core

* gdb has own bundled version of readline and do_compile fails with:
  | config.status: creating config.h
  | make[2]: *** No rule to make target '../readline/libreadline.a', needed by 'gdb'.  Stop.
  | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/distro/include/no-static-libs.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc
index 6c0f859..0bb6647 100644
--- a/meta/conf/distro/include/no-static-libs.inc
+++ b/meta/conf/distro/include/no-static-libs.inc
@@ -13,6 +13,8 @@ DISABLE_STATIC_pn-libcap-native = ""
 DISABLE_STATIC_pn-libpcap = ""
 # needed by gdb
 DISABLE_STATIC_pn-readline = ""
+# builds it's own static readline
+DISABLE_STATIC_pn-gdb = ""
 # needed by pseudo
 DISABLE_STATIC_pn-sqlite3 = ""
 DISABLE_STATIC_pn-sqlite3-native = ""
-- 
2.7.2



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

end of thread, other threads:[~2016-03-03 20:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 19:10 [PATCH] no-static-libs.inc: add gdb Martin Jansa
2016-02-29 20:40 ` Richard Purdie
2016-02-29 20:43   ` Burton, Ross
2016-02-29 20:50     ` Andre McCurdy
2016-02-29 21:30       ` Martin Jansa
2016-03-01  0:43         ` Martin Jansa
2016-03-01  8:04           ` Richard Purdie
2016-03-01  8:11             ` Martin Jansa
2016-03-01  8:40           ` Burton, Ross
2016-03-01  8:59             ` Martin Jansa
2016-03-03 15:01       ` Martin Jansa
2016-03-03 17:19       ` Burton, Ross
2016-03-03 20:51         ` Burton, Ross

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