diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-08-28 06:13:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 18:03:05 +0100 |
commit | 09e3e78999b0006d780d6a6dff26b23028fc1303 (patch) | |
tree | 50d11b7325b1a2bfcb81efa6fcc53550b7ce4411 /meta/recipes-devtools/valgrind | |
parent | 573b7436accfdda51397fc97e20b26253e9c699c (diff) | |
download | poky-09e3e78999b0006d780d6a6dff26b23028fc1303.tar.gz |
recipes: Remove references to eglibc
change use of eglibc related variabled to glibc equivalents
(From OE-Core rev: fd15d6e0c8da75951a91d4467eda23c229b1026d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.9.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.9.0.bb index 3c6aa13364..3e8c4ce3d1 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.9.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | |||
@@ -48,7 +48,7 @@ FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" | |||
48 | # redirect functions like strlen. | 48 | # redirect functions like strlen. |
49 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 49 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" |
50 | 50 | ||
51 | RDEPENDS_${PN}-ptest += " sed perl eglibc-utils" | 51 | RDEPENDS_${PN}-ptest += " sed perl glibc-utils" |
52 | 52 | ||
53 | do_compile_ptest() { | 53 | do_compile_ptest() { |
54 | oe_runmake check | 54 | oe_runmake check |