[oe-commits] [openembedded-core] 41/43: valgrind: Make dep on glibc-utils conditional on TCLIBC = glibc

git at git.openembedded.org git at git.openembedded.org
Thu Mar 10 23:15:13 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d5645816d05aa5e2dfc9407024d42ac0ec882731
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Mar 10 03:48:32 2016 +0000

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list