[oe-commits] Felipe F. Tonello : valgrind: added perl dependency

git at git.openembedded.org git at git.openembedded.org
Thu Jul 18 20:18:35 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9b21846ed8ae0fcd7b1d81d026cb03644ca7c1f7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9b21846ed8ae0fcd7b1d81d026cb03644ca7c1f7

Author: Felipe F. Tonello <eu at felipetonello.com>
Date:   Tue Jul 16 18:06:33 2013 -0700

valgrind: added perl dependency

This is necessary since the valgrind package depends on /usr/bin/perl.

This patch will fix this error while installing into rootfs:
Computing transaction...error: Can't install valgrind-3.8.1-r8 at armv7a_vfp_neon: no package provides /usr/bin/perl

Signed-off-by: Felipe F. Tonello <eu at felipetonello.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 3520d49..33f178c 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 () {
     install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
 }
 
+RDEPENDS_${PN} += "perl"
+
 FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*"
 RRECOMMENDS_${PN}_powerpc += "${TCLIBC}-dbg"
 RRECOMMENDS_${PN}_powerpc64 += "${TCLIBC}-dbg"



More information about the Openembedded-commits mailing list