From 02b07632032bc8c8bc7f8484c932ff478f641068 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 9 May 2013 10:48:37 +0200 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian.inc') diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 1f60322..f6f515c 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 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() { -- cgit v1.1