diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-10-31 23:52:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-01 05:45:18 -0700 |
| commit | f1d2fbaf4f379579a4878787f86d89f5d76e4fb8 (patch) | |
| tree | ad336e7befaea43a643473f42ac9f2ef02796aed | |
| parent | 2cf01edb690849d72f00ea6bedf9c9cf6e52bb16 (diff) | |
| download | meta-openembedded-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.bb | 2 |
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 () { | |||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | TOOLCHAIN = "gcc" | 35 | TOOLCHAIN = "gcc" |
| 36 | |||
| 37 | BBCLASSEXTEND = "native nativesdk" | ||
