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:46 +0000 |
commit | 93a54170e31abc2d182c8774a481153fb0c050d9 (patch) | |
tree | 37e5ce13135b3830fde0c34f05f8e7f042b7ded0 /meta | |
parent | 40c9774d5e0512bdb66e4ecd15df26551d1ebe68 (diff) | |
download | poky-93a54170e31abc2d182c8774a481153fb0c050d9.tar.gz |
valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc
This helps with building valgrind for non-glibc systems
(From OE-Core rev: ec590f1ace7e8124dd760e5c931ba981abfd774c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
64 | # redirect functions like strlen. | 64 | # redirect functions like strlen. |
65 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 65 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" |
66 | 66 | ||
67 | RDEPENDS_${PN}-ptest += " sed perl glibc-utils perl-module-file-glob" | 67 | RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob" |
68 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | ||
68 | 69 | ||
69 | # One of the tests contains a bogus interpreter path on purpose, and QA | 70 | # One of the tests contains a bogus interpreter path on purpose, and QA |
70 | # check complains about it | 71 | # check complains about it |