summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2016-06-27 13:33:22 +0200
committerMartin Borg <martin.borg@enea.com>2016-06-28 16:10:02 +0200
commit8370305b285e241d7562d1228c238b1c56a81f11 (patch)
treed9ffd6bb97bdfb9ae841f2740983ff355094a445
parentd79f321ba21dc34332e0f7f258ca2a8b85e19afd (diff)
downloadmeta-el-common-8370305b285e241d7562d1228c238b1c56a81f11.tar.gz
dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS
Dropbear should not override SFTPSERVER_PATH anymore, as OpenSSH now installs the sftp-server binary as /usr/libexec/sftp-server. This is a workaround to fix SFTP access using dropbear together with openssh-sftp-server. A proper fix exists on poky master, commit 52d130d9e9735af569f018fc9161a54ed198d2d4 Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--recipes-core/dropbear/dropbear_2015.71.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/dropbear/dropbear_2015.71.bbappend b/recipes-core/dropbear/dropbear_2015.71.bbappend
new file mode 100644
index 0000000..54799ca
--- /dev/null
+++ b/recipes-core/dropbear/dropbear_2015.71.bbappend
@@ -0,0 +1 @@
CFLAGS_remove = "-DSFTPSERVER_PATH=\\"${libdir}/openssh/sftp-server\\""