diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-05-15 09:31:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 08:51:37 +0100 |
commit | 76e1d4a7ac18478bb0cbb852f4a844b5e6793c0c (patch) | |
tree | 169b0f7c4bbed7a5c798a4f8f3f8faf9ce7498c8 /meta/recipes-core/tasks | |
parent | bb4f829965682f7879883dbf788ea03954b13bb5 (diff) | |
download | 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.bb | 4 |
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 | ||
18 | ALLOW_EMPTY = "1" | 18 | ALLOW_EMPTY = "1" |
19 | 19 | ||
20 | MTRACE = "" | ||
21 | MTRACE_libc-glibc = "libc-mtrace" | ||
22 | |||
20 | RDEPENDS_${PN} = "\ | 23 | RDEPENDS_${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 | " |