mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
13 lines
197 B
PHP
13 lines
197 B
PHP
require gdb-common.inc
|
|
|
|
DEPENDS = "expat-native ncurses-native"
|
|
|
|
EXTRA_OECONF += "--without-python"
|
|
|
|
#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
|
|
|
|
GDBPROPREFIX = ""
|
|
|
|
inherit cross
|
|
inherit gettext
|