diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb index 3520d49c6d..33f178c2a1 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | |||
@@ -37,6 +37,8 @@ do_install_append () { | |||
37 | install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/ | 37 | install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/ |
38 | } | 38 | } |
39 | 39 | ||
40 | RDEPENDS_${PN} += "perl" | ||
41 | |||
40 | FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" | 42 | FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" |
41 | RRECOMMENDS_${PN}_powerpc += "${TCLIBC}-dbg" | 43 | RRECOMMENDS_${PN}_powerpc += "${TCLIBC}-dbg" |
42 | RRECOMMENDS_${PN}_powerpc64 += "${TCLIBC}-dbg" | 44 | RRECOMMENDS_${PN}_powerpc64 += "${TCLIBC}-dbg" |