[OE-core] [PATCH] gdb-cross: fix enabling of Python support

Jonathan Liu net147 at gmail.com
Fri Mar 25 06:25:21 UTC 2016


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

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

diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc
index 6e44778..9a9a5e4 100644
--- a/meta/recipes-devtools/gdb/gdb-cross.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross.inc
@@ -4,6 +4,7 @@ DEPENDS = "expat-native ncurses-native readline-native python-native"
 
 inherit pythonnative
 
+EXTRA_OECONF_remove = "--without-python"
 EXTRA_OECONF += "--with-python=${STAGING_BINDIR_NATIVE}/python-native/python"
 
 do_compile_prepend() {
-- 
2.7.3




More information about the Openembedded-core mailing list