From f1d2fbaf4f379579a4878787f86d89f5d76e4fb8 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sun, 31 Oct 2021 23:52:53 +0100 Subject: [PATCH] libssh: Support building for native and nativesdk Since libssh is now a dependency of cryptsetup, it needs to be buildable for the same cases as cryptsetup. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- 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 cbda8b7be3..8f9e61da72 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"