diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-05-09 10:48:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:30 +0100 |
commit | 02b07632032bc8c8bc7f8484c932ff478f641068 (patch) | |
tree | cc372b249f7120bb067e32b8f90ba8cd01069ff6 /meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |
parent | 2d912e2dfb04d10c5cd0ead33e3e5bd89f4ad5c7 (diff) | |
download | poky-02b07632032bc8c8bc7f8484c932ff478f641068.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 1f603223d3..f6f515cbf6 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
@@ -9,6 +9,8 @@ DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readlin | |||
9 | RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ | 9 | RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ |
10 | nativesdk-python-codecs nativesdk-python-netclient" | 10 | nativesdk-python-codecs nativesdk-python-netclient" |
11 | 11 | ||
12 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | ||
13 | |||
12 | EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" | 14 | EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" |
13 | 15 | ||
14 | do_configure_prepend() { | 16 | do_configure_prepend() { |