diff mbox series

[meta-gnome,1/3] openssh: add native BBCLASSEXTEND

Message ID 20221201134148.116754-2-alex.stewart@ni.com
State Under Review
Headers show
Series gvfs: use native ssh client | expand

Commit Message

Alex Stewart Dec. 1, 2022, 1:41 p.m. UTC
A native `ssh` client binary is needed when compiling `gvfs` with the
`sftp` option enabled.

Add the native bbclass to openssh, so that openssh-native can be used by
gvfs.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
---
 meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend
diff mbox series

Patch

diff --git a/meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend b/meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend
new file mode 100644
index 000000000..25dcaa270
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend
@@ -0,0 +1,2 @@ 
+# An ssh native client binary is needed by the gvfs do_configure.
+BBCLASSEXTEND += "native"