mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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@armv7a_vfp_neon: no package provides /usr/bin/perl (From OE-Core rev: 9b21846ed8ae0fcd7b1d81d026cb03644ca7c1f7) Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eb9b8a0e9b
commit
095b1ef861
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user