Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] valgrind: added perl dependency
@ 2013-06-07 17:35 eu
  2013-06-07 17:42 ` Martin Jansa
  2013-07-16 22:16 ` [PATCH v2] " eu
  0 siblings, 2 replies; 13+ messages in thread
From: eu @ 2013-06-07 17:35 UTC (permalink / raw)
  To: openembedded-core

From: "Felipe F. Tonello" <eu@felipetonello.com>

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

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 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..ae2c5a2 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c46082167a314d785d012a244748d803 \
                     file://COPYING.DOCS;md5=8fdeb5abdb235a08e76835f8f3260215"
 
 X11DEPENDS = "virtual/libx11"
-DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}"
-PR = "r8"
+DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)} perl"
+PR = "r9"
 
 SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
 	   file://fix_issue_caused_by_ccache.patch \
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-07-16 23:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 17:35 [PATCH] valgrind: added perl dependency eu
2013-06-07 17:42 ` Martin Jansa
2013-06-07 17:43   ` Martin Jansa
2013-06-07 17:47   ` Felipe Tonello
2013-06-07 17:51     ` Felipe Tonello
2013-06-07 18:37       ` Martin Jansa
2013-06-11  7:36         ` Khem Raj
2013-06-26 18:39           ` Felipe Tonello
2013-06-26 20:35             ` Saul Wold
2013-06-28 22:35             ` Khem Raj
2013-07-16 22:16 ` [PATCH v2] " eu
2013-07-16 22:54   ` Saul Wold
2013-07-16 23:09     ` Felipe Tonello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox