All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default
@ 2016-03-01  0:54 Martin Jansa
  2016-03-01  8:44 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2016-03-01  0:54 UTC (permalink / raw)
  To: openembedded-devel

* without readline in PACKAGECONFIG and with no-static-libraries.inc
  gdb fails when trying to build against own bundled static readline

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-devtools/gdb/gdb_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/gdb/gdb_%.bbappend b/recipes-devtools/gdb/gdb_%.bbappend
index 41592c4..ec17f55 100644
--- a/recipes-devtools/gdb/gdb_%.bbappend
+++ b/recipes-devtools/gdb/gdb_%.bbappend
@@ -1 +1 @@
-PACKAGECONFIG ??= "python"
+PACKAGECONFIG_append = " python"
-- 
2.7.2



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

end of thread, other threads:[~2016-03-01  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  0:54 [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default Martin Jansa
2016-03-01  8:44 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.