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


Alex Stewart
 

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@...>
---
meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 meta-gnome/recipes-connectivity/openssh/openssh_%.bbappend

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