[oe-commits] Richard Purdie : gdb-cross: Explicitly disable python

git at git.openembedded.org git at git.openembedded.org
Tue Aug 7 09:59:42 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b8dd9592f844d15cdc8631b56ec42888a07826c9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b8dd9592f844d15cdc8631b56ec42888a07826c9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug  7 08:30:27 2012 +0000

gdb-cross: Explicitly disable python

Python isn't in DEPENDS but can be autodetected from the sysroot. Explicitly
disable it to ensure deterministic builds.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/gdb/gdb-cross.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc
index 588a208..33feb58 100644
--- a/meta/recipes-devtools/gdb/gdb-cross.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross.inc
@@ -2,6 +2,8 @@ require gdb-common.inc
 
 DEPENDS = "expat-native ncurses-native"
 
+EXTRA_OECONF += "--without-python"
+
 #EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
 
 GDBPROPREFIX = ""





More information about the Openembedded-commits mailing list