Since libssh is now a dependency of cryptsetup, it needs to be buildable for the same cases as cryptsetup.
Signed-off-by: Peter Kjellerstedt <[email protected]> --- meta-oe/recipes-support/libssh/libssh_0.8.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libssh/libssh_0.8.9.bb b/meta-oe/recipes-support/libssh/libssh_0.8.9.bb index cbda8b7be..8f9e61da7 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.8.9.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.8.9.bb @@ -33,3 +33,5 @@ do_configure:prepend () { } TOOLCHAIN = "gcc" + +BBCLASSEXTEND = "native nativesdk"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#93684): https://lists.openembedded.org/g/openembedded-devel/message/93684 Mute This Topic: https://lists.openembedded.org/mt/86727926/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
