diff mbox

[6/7] openssl: Fix use of perlpath.pl which uses find.pl not in perl 5.18

Message ID 62360aed1c5e3356fef8aecfa3e7411294519322.1398257704.git.Morten.ThunbergSvendsen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Morten Svendsen April 23, 2014, 1:02 p.m. UTC
The perl util/ fixup is remove. They originated from openembedded where
the #! lines where modified to point to the staged perl binary. The use of
${bindir} in this context is not correct. The util perl scripts are used
in make install and are all prefixed by $(PERL) set during configure and
if we want to use a OE-lite perl it simply has to be first in the PATH var.
---
 recipes/openssl/openssl.inc | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index d6ba0ae..2ee3c25 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -24,9 +24,6 @@  export EX_LIBS = "-lgcc -ldl"
 export AS = "${CC} -c"
 
 do_configure () {
-	cd util
-	perl perlpath.pl ${bindir}
-	cd ..
 	ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/
 
 	case "${HOST_OS}" in