mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
ca-certificates: Fix openssl runtime dependencies
Since yocto thud, and more specifically since poky switched to openssl 1.1 line, the openssl binary is provided by 'openssl-bin'. This impacts the native and nativesdk recipe variants as well. (From OE-Core rev: dc778c70449ee5401b5a24ad18b22b88338c47c5) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
600a615042
commit
024825532e
@@ -82,6 +82,8 @@ do_install_append_class-native () {
|
|||||||
SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates
|
SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN} += "openssl"
|
RDEPENDS_${PN}_class-target = "openssl-bin"
|
||||||
|
RDEPENDS_${PN}_class-native = "openssl-native"
|
||||||
|
RDEPENDS_${PN}_class-nativesdk = "nativesdk-openssl-bin"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user