aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-10-31 23:52:53 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-01 05:45:18 -0700
commitf1d2fbaf4f379579a4878787f86d89f5d76e4fb8 (patch)
treead336e7befaea43a643473f42ac9f2ef02796aed
parent2cf01edb690849d72f00ea6bedf9c9cf6e52bb16 (diff)
downloadmeta-openembedded-contrib-f1d2fbaf4f379579a4878787f86d89f5d76e4fb8.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.8.9.bb2
1 files changed, 2 insertions, 0 deletions
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"