summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
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-05-24 08:51:37 +0100
commit76e1d4a7ac18478bb0cbb852f4a844b5e6793c0c (patch)
tree169b0f7c4bbed7a5c798a4f8f3f8faf9ce7498c8 /meta/recipes-core/tasks
parentbb4f829965682f7879883dbf788ea03954b13bb5 (diff)
downloadast2050-yocto-poky-76e1d4a7ac18478bb0cbb852f4a844b5e6793c0c.zip
ast2050-yocto-poky-76e1d4a7ac18478bb0cbb852f4a844b5e6793c0c.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: a2ad2870a54108027ed33e977470f5f72e0bce1b) 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')
-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 3c92f3f..1dddbb8 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}"
ALLOW_EMPTY = "1"
+MTRACE = ""
+MTRACE_libc-glibc = "libc-mtrace"
+
RDEPENDS_${PN} = "\
gdb \
gdbserver \
tcf-agent \
rsync \
strace \
+ ${MTRACE} \
"
OpenPOWER on IntegriCloud