mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02: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:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user