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:55 +0100 |
commit | 37da1385d497d8078464bb4c7c90f4e7049cd93a (patch) | |
tree | 15aa4f163ff7ddad44aac19bc1150fe12e4659ae /meta/recipes-devtools/gdb | |
parent | c86d26cb976e665b1516e72153f3f686f62dedf9 (diff) | |
download | poky-37da1385d497d8078464bb4c7c90f4e7049cd93a.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-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 | |||
2 | 2 | ||
3 | DEPENDS = "expat-native ncurses-native" | 3 | DEPENDS = "expat-native ncurses-native" |
4 | 4 | ||
5 | EXTRA_OECONF += "--without-python" | ||
6 | |||
5 | #EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" | 7 | #EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" |
6 | 8 | ||
7 | GDBPROPREFIX = "" | 9 | GDBPROPREFIX = "" |