diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 08:30:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 10:55:03 +0100 |
commit | b8dd9592f844d15cdc8631b56ec42888a07826c9 (patch) | |
tree | 8399951ceafeb7a5cca0f526d0270d13ddc3f756 /meta | |
parent | 47aca0f0f79c30d1df1f89c710d3e354f436145d (diff) | |
download | openembedded-core-b8dd9592f844d15cdc8631b56ec42888a07826c9.tar.gz openembedded-core-b8dd9592f844d15cdc8631b56ec42888a07826c9.tar.bz2 openembedded-core-b8dd9592f844d15cdc8631b56ec42888a07826c9.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 = "" |