From 37da1385d497d8078464bb4c7c90f4e7049cd93a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 Aug 2012 08:30:27 +0000 Subject: gdb-cross: Explicitly disable python Python isn't in DEPENDS but can be autodetected from the sysroot. Explicitly disable it to ensure deterministic builds. (From OE-Core rev: b8dd9592f844d15cdc8631b56ec42888a07826c9) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-cross.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index 588a208d94..33feb581aa 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 = "" -- cgit v1.2.3-54-g00ecf