diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2010-12-01 10:13:01 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 15:36:30 +0000 |
commit | 322d6ab29902a51bd46303a4aed9f2b0b63cdb44 (patch) | |
tree | bbaafa1a244783689f0c2047709f3a5ecafbebf4 /meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |
parent | c47cfc56c779304a575507793618dccad178432f (diff) | |
download | openembedded-core-322d6ab29902a51bd46303a4aed9f2b0b63cdb44.tar.gz openembedded-core-322d6ab29902a51bd46303a4aed9f2b0b63cdb44.tar.bz2 openembedded-core-322d6ab29902a51bd46303a4aed9f2b0b63cdb44.zip |
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>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 7 |
1 files changed, 7 insertions, 0 deletions
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 0000000000..8fe5ad8235 --- /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" |