From 322d6ab29902a51bd46303a4aed9f2b0b63cdb44 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Wed, 1 Dec 2010 10:13:01 +0800 Subject: 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 --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian.inc (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 new file mode 100644 index 0000000..8fe5ad8 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc @@ -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" -- cgit v1.1