openssl: Use STAGING_BINDIR_NATIVE as the path to perl, not bindir which can point to incorrect places

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-11-03 10:06:02 +00:00
parent ecf2eb1efa
commit eb9c2b0cc9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ FILES_${PN} =+ " ${libdir}/ssl/*"
do_configure () {
cd util
perl perlpath.pl ${bindir}
perl perlpath.pl ${STAGING_BINDIR_NATIVE}
cd ..
ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/