mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
openssl: add support for mingw64 as target
Engines are installed in a slightly different path, and the host type doesn't precisely match in x86_64 Co-authored-by: Paul Eggleton <paul.eggleton@microsoft.com> Co-authored-by: Deepak Rawat <derawa@microsoft.com> (From OE-Core rev: 166bb89f6d97495b6522786182b4f9623acd7ff4) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e21385a95
commit
3eeed13c19
@@ -113,6 +113,9 @@ do_configure () {
|
||||
linux-sparc | linux-supersparc)
|
||||
target=linux-sparcv9
|
||||
;;
|
||||
mingw32-x86_64)
|
||||
target=mingw64
|
||||
;;
|
||||
esac
|
||||
|
||||
useprefix=${prefix}
|
||||
@@ -195,6 +198,8 @@ FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf \
|
||||
${libdir}/ssl-1.1/openssl.cnf* \
|
||||
"
|
||||
FILES_${PN}-engines = "${libdir}/engines-1.1"
|
||||
# ${prefix} comes from what we pass into --prefix at configure time (which is used for INSTALLTOP)
|
||||
FILES_${PN}-engines_append_mingw32_class-nativesdk = " ${prefix}${libdir}/engines-1_1"
|
||||
FILES_${PN}-misc = "${libdir}/ssl-1.1/misc ${bindir}/c_rehash"
|
||||
FILES_${PN} =+ "${libdir}/ssl-1.1/*"
|
||||
FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/openssl.sh"
|
||||
|
||||
Reference in New Issue
Block a user