freediameter: remove openssl-engines from RDEPENDS

OpenSSL 4.0 removed the ENGINE API entirely, so the openssl-engines
package no longer exists. Remove it from RDEPENDS.

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Jaipaul Cheernam
2026-08-27 23:33:13 -07:00
committed by Khem Raj
parent e5f8c8d53a
commit 3ed9fd5bb6
@@ -125,7 +125,7 @@ FILES:${PN}-dbg += "${libdir}/${fd_pkgname}/.debug/*"
FILES:${PN} += "${libdir}/${fd_pkgname}/*"
RDEPENDS:${PN} = "glib-2.0 gnutls libidn"
RDEPENDS:${PN} += "openssl openssl-conf openssl-engines"
RDEPENDS:${PN} += "openssl openssl-conf"
RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp"
RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip"
RDEPENDS:${PN}-ptest = "cmake"