Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gdb-cross-canadian: fix enabling of Python support
@ 2016-03-25  6:25 Jonathan Liu
  2016-03-25  8:54 ` Richard Purdie
  2016-03-25 11:35 ` Jonathan Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Jonathan Liu @ 2016-03-25  6:25 UTC (permalink / raw)
  To: openembedded-core

Python support was not being enabled because of a conflicting
--without-python configure argument in OE_EXTRACONF.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index ae97759..6fd3e3e 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -13,6 +13,7 @@ RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-
 
 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 
+EXTRA_OECONF_remove = "--without-python"
 EXTRA_OECONF_append = " --with-python=${WORKDIR}/python"
 
 SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb"
-- 
2.7.3



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

end of thread, other threads:[~2016-03-25 11:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25  6:25 [PATCH] gdb-cross-canadian: fix enabling of Python support Jonathan Liu
2016-03-25  8:54 ` Richard Purdie
2016-03-25  8:58   ` Jonathan Liu
2016-03-25  9:26     ` Richard Purdie
2016-03-25 10:29       ` Jonathan Liu
2016-03-25 10:34         ` Richard Purdie
2016-03-25 11:35 ` Jonathan Liu

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