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 <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2021-10-31 23:52:53 +01:00 committed by Khem Raj
parent 2cf01edb69
commit f1d2fbaf4f

View File

@ -33,3 +33,5 @@ do_configure:prepend () {
}
TOOLCHAIN = "gcc"
BBCLASSEXTEND = "native nativesdk"