mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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:
parent
17402fbba1
commit
7062cfc2fe
|
|
@ -35,7 +35,7 @@ do_configure_prepend_darwin () {
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
cd util
|
cd util
|
||||||
perl perlpath.pl ${bindir}
|
perl perlpath.pl ${STAGING_BINDIR_NATIVE}
|
||||||
cd ..
|
cd ..
|
||||||
ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/
|
ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user