diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-03 10:06:02 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-03 10:06:02 +0000 |
| commit | eb9c2b0cc98c3fd0e24a14011a974ed7aa75b59e (patch) | |
| tree | ef648418dc68d80f7c191697cc2bc816ed633efd | |
| parent | ecf2eb1efa145d5c8f350697ec605ea58beb9ba7 (diff) | |
| download | poky-eb9c2b0cc98c3fd0e24a14011a974ed7aa75b59e.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-- | meta/recipes-connectivity/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 11dd1e528a..da90456928 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
| @@ -36,7 +36,7 @@ FILES_${PN} =+ " ${libdir}/ssl/*" | |||
| 36 | 36 | ||
| 37 | do_configure () { | 37 | do_configure () { |
| 38 | cd util | 38 | cd util |
| 39 | perl perlpath.pl ${bindir} | 39 | perl perlpath.pl ${STAGING_BINDIR_NATIVE} |
| 40 | cd .. | 40 | cd .. |
| 41 | ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/ | 41 | ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/ |
| 42 | 42 | ||
