From ec590f1ace7e8124dd760e5c931ba981abfd774c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Mar 2016 03:48:32 +0000 Subject: valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc This helps with building valgrind for non-glibc systems Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb index 7e232400cc..e8a235781b 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb @@ -64,7 +64,8 @@ RDEPENDS_${PN} += "perl" # redirect functions like strlen. RRECOMMENDS_${PN} += "${TCLIBC}-dbg" -RDEPENDS_${PN}-ptest += " sed perl glibc-utils perl-module-file-glob" +RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob" +RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" # One of the tests contains a bogus interpreter path on purpose, and QA # check complains about it -- cgit 1.2.3-korg