diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-03 11:08:45 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-03 11:08:45 +0100 |
commit | 7062cfc2fe70626311b5b9c2b1e8ef78c3f2bfa8 (patch) | |
tree | 04f65f76c3ac8d46bb83bb671fabb5d885a10ce9 | |
parent | 17402fbba1b714dbaf5354534be2d501c75f5620 (diff) | |
download | meta-openembedded-7062cfc2fe70626311b5b9c2b1e8ef78c3f2bfa8.tar.gz |
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>
-rw-r--r-- | recipes-connectivity/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl.inc b/recipes-connectivity/openssl/openssl.inc index b3f3dafe55..675abc7de2 100644 --- a/recipes-connectivity/openssl/openssl.inc +++ b/recipes-connectivity/openssl/openssl.inc | |||
@@ -35,7 +35,7 @@ do_configure_prepend_darwin () { | |||
35 | 35 | ||
36 | do_configure () { | 36 | do_configure () { |
37 | cd util | 37 | cd util |
38 | perl perlpath.pl ${bindir} | 38 | perl perlpath.pl ${STAGING_BINDIR_NATIVE} |
39 | cd .. | 39 | cd .. |
40 | ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/ | 40 | ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/ |
41 | 41 | ||