All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libssh: Support building for native and nativesdk
@ 2021-10-31 22:52 Peter Kjellerstedt
  0 siblings, 0 replies; only message in thread
From: Peter Kjellerstedt @ 2021-10-31 22:52 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-31 22:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31 22:52 [meta-oe][PATCH] libssh: Support building for native and nativesdk Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.