mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
gdb-cross-canadian: set everything in gdb-cross-canadian.inc
This allows out-of-tree versions to include one file to have all set. (From OE-Core rev: c1bfe7985ac95644585e8b296edd9722c2ca4f57) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2d912e2dfb
commit
02b0763203
@@ -9,6 +9,8 @@ DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readlin
|
||||
RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \
|
||||
nativesdk-python-codecs nativesdk-python-netclient"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
|
||||
EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require gdb-common.inc
|
||||
require gdb-cross-canadian.inc
|
||||
require gdb-7.6.inc
|
||||
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
|
||||
Reference in New Issue
Block a user