From a3b000643898d7402b9e57c02e8d10e677cc9722 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 15 Dec 2015 16:32:43 +0000 Subject: meta: more removals of redunant FILES_${PN}-dbg In some recipes overly-split -dbg packages were merged into PN-dbg. Unless there's a very good reason, recipes should have a single -dev and -dbg package. Signed-off-by: Ross Burton --- meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/valgrind') diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb index c386a19e88..c38a07b310 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb @@ -50,8 +50,6 @@ do_install_append () { RDEPENDS_${PN} += "perl" -FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" - # valgrind needs debug information for ld.so at runtime in order to # redirect functions like strlen. RRECOMMENDS_${PN} += "${TCLIBC}-dbg" -- cgit 1.2.3-korg