aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-06-21 17:55:37 -0500
committerTom Rini <tom_rini@mentor.com>2011-06-21 15:57:51 -0700
commit9e3be665b639293ab8600e3049fce2a0fec63b75 (patch)
treedafbe9749d8da0dee54e0aed640a182ed079a994
parentb6838a476a9c448cd994634688ead0815226b9fe (diff)
downloadopenembedded-9e3be665b639293ab8600e3049fce2a0fec63b75.tar.gz
valgrind: Fix shebang issues when compiling valgrind on old bash
valgrind is doing some odd substitutions on the shebang for some scripts. This overrides the perl location and uses one that should work. This fixes building valgrind on centos 5.6 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/valgrind/valgrind_3.6.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/valgrind/valgrind_3.6.1.bb b/recipes/valgrind/valgrind_3.6.1.bb
index 0c83f42bcf..8298cf7430 100644
--- a/recipes/valgrind/valgrind_3.6.1.bb
+++ b/recipes/valgrind/valgrind_3.6.1.bb
@@ -1,6 +1,7 @@
require valgrind.inc
+export PERL="/usr/bin/env perl"
-PR = "r1"
+PR = "r2"
SRC_URI += "file://vg-ppc-feature.patch"