diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-10 03:48:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 16:50:28 +0000 |
commit | ec590f1ace7e8124dd760e5c931ba981abfd774c (patch) | |
tree | d9e350e1214e0a6af6e79853334074aea23a71d3 /meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | |
parent | 0fe2a4b428b1b9a937914d87ec089b5a64f641eb (diff) | |
download | openembedded-core-ec590f1ace7e8124dd760e5c931ba981abfd774c.tar.gz openembedded-core-ec590f1ace7e8124dd760e5c931ba981abfd774c.tar.bz2 openembedded-core-ec590f1ace7e8124dd760e5c931ba981abfd774c.zip |
valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc
This helps with building valgrind for non-glibc systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.11.0.bb')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |