[OE-core] [PATCH] valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc

Khem Raj raj.khem at gmail.com
Thu Mar 10 03:48:32 UTC 2016


This helps with building valgrind for non-glibc systems

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 7e23240..e8a2357 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
-- 
1.8.3.1




More information about the Openembedded-core mailing list