1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

cross-canadian: pkg name includes target arch

This commit fixes Bug #528.

1. Added the target arch name to the pkg name of gcc-cross-canadian,
gdb-cross-candian and bintuils-cross-candian.

2. Move the cross-canadian pkgs out of task-sdk-host into a new task
task-cross-canadian.

3. Added the RDEPENDS of task-cross-canadian into meta-toolchain.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
This commit is contained in:
Lianhao Lu
2010-12-01 10:13:01 +08:00
committed by Richard Purdie
parent c47cfc56c7
commit 322d6ab299
10 changed files with 39 additions and 13 deletions
@@ -0,0 +1,7 @@
inherit cross-canadian
DESCRIPTION = "cross-canadian gdb for ${TARGET_ARCH} target - GNU debugger"
PN = "gdb-cross-canadian-${TARGET_ARCH}"
BPN = "gdb"
DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
@@ -1,10 +1,7 @@
require gdb-common.inc
require gdb-cross-canadian.inc
DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
inherit cross-canadian
PR = "r0"
PR = "r1"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
EXPAT = "--with-expat"