mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
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>
This commit is contained in:
@@ -2,6 +2,8 @@ require gdb-common.inc
|
||||
|
||||
DEPENDS = "expat-native ncurses-native"
|
||||
|
||||
EXTRA_OECONF += "--without-python"
|
||||
|
||||
#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
|
||||
|
||||
GDBPROPREFIX = ""
|
||||
|
||||
Reference in New Issue
Block a user