summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-core-tools-debug.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-05-15 09:31:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 11:59:32 +0100
commit7412611252c280c7620470650b3529bae53ab351 (patch)
tree0f59bda976d9c187d9b6211f4e0f0ce2b5d171ec /meta/recipes-core/tasks/task-core-tools-debug.bb
parent026d502b2a8aed05120a93d4d2917b9da2c16880 (diff)
downloadpoky-7412611252c280c7620470650b3529bae53ab351.tar.gz
eglibc: package mtrace separately
add libc-mtrace as dependency for task-core-tools-debug now eglibc-mtrace gets included in an sdk image and not in a non-sdk image. This does not affect builds with uclibc. This fixes bug: [YOCTO# 2374] (From OE-Core rev: 6f78625dbab5c81ef20b197aee5206f63611b673) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks/task-core-tools-debug.bb')
-rw-r--r--meta/recipes-core/tasks/task-core-tools-debug.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools-debug.bb b/meta/recipes-core/tasks/task-core-tools-debug.bb
index 3c92f3f8f3..1dddbb8379 100644
--- a/meta/recipes-core/tasks/task-core-tools-debug.bb
+++ b/meta/recipes-core/tasks/task-core-tools-debug.bb
@@ -17,10 +17,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
17 17
18ALLOW_EMPTY = "1" 18ALLOW_EMPTY = "1"
19 19
20MTRACE = ""
21MTRACE_libc-glibc = "libc-mtrace"
22
20RDEPENDS_${PN} = "\ 23RDEPENDS_${PN} = "\
21 gdb \ 24 gdb \
22 gdbserver \ 25 gdbserver \
23 tcf-agent \ 26 tcf-agent \
24 rsync \ 27 rsync \
25 strace \ 28 strace \
29 ${MTRACE} \
26 " 30 "