mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +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 () {
|
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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user