]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb-cross-canadian: build with the host-triplet prefix
authorJoshua Lock <josh@linux.intel.com>
Wed, 23 Jun 2010 17:15:19 +0000 (18:15 +0100)
committerJoshua Lock <josh@linux.intel.com>
Wed, 23 Jun 2010 17:43:45 +0000 (18:43 +0100)
Our cross-canadian tools our built with the host-triplet prefix, gdb should do
similar.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/gdb/gdb-cross-canadian_6.8.bb

index 32721b69d7521e6f466f26f6a85f1e5b35eb5957..c2d7f9b2661aa822edeab76b70cdad349fbe0a2b 100644 (file)
@@ -4,4 +4,6 @@ DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
 
 inherit cross-canadian
 
-PR = "r8"
+PR = "r9"
+
+GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"