mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
openssl: Ensure perl scripts reference the correct perl
Without this change the perl path from the build system is used. (From OE-Core rev: 1ed8fb66c51ce584c13e592176a69a61bae01f2e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -112,4 +112,5 @@ do_install () {
|
|||||||
chmod 644 ${D}${libdir}/pkgconfig/openssl.pc
|
chmod 644 ${D}${libdir}/pkgconfig/openssl.pc
|
||||||
oe_libinstall -so libcrypto ${D}${libdir}
|
oe_libinstall -so libcrypto ${D}${libdir}
|
||||||
oe_libinstall -so libssl ${D}${libdir}
|
oe_libinstall -so libssl ${D}${libdir}
|
||||||
|
sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/ssl/misc/CA.pl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require openssl.inc
|
require openssl.inc
|
||||||
|
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
SRC_URI += "file://debian/ca.patch \
|
SRC_URI += "file://debian/ca.patch \
|
||||||
file://debian/config-hurd.patch;apply=no \
|
file://debian/config-hurd.patch;apply=no \
|
||||||
file://debian/debian-targets.patch \
|
file://debian/debian-targets.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user