]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: fix perl scripts
authorQing He <qing.he@intel.com>
Tue, 31 Aug 2010 14:51:58 +0000 (22:51 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Sep 2010 08:50:49 +0000 (09:50 +0100)
commitdd5509458fa5f78a3d4358b8a22dfdee40cac660
treee1933fd3046d8d67f56d356ab3ba7a941fab8948
parent33ed325337c279061c372743753038c91268d830
valgrind: fix perl scripts

svn version of valgrind uses #! @PERL@ for several perl
scripts. However, PERL in autoconf doesn't distinguish
host perl and target perl, causing STAGING_DIR_NATIVE be
written in the output scripts.

This causes unrunnable scripts, and fails FILERDEPENDS
mechanism (thus also do_rootfs_rpm).

Uses /usr/bin/perl instead to fix it.

Signed-off-by: Qing He <qing.he@intel.com>
meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch [new file with mode: 0644]
meta/recipes-devtools/valgrind/valgrind_3.5.0.bb