mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
026d502b2a
commit
7412611252
@@ -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} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user