diff options
| author | Martin Borg <martin.borg@enea.com> | 2016-06-27 13:33:22 +0200 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2016-06-28 16:10:02 +0200 |
| commit | 8370305b285e241d7562d1228c238b1c56a81f11 (patch) | |
| tree | d9ffd6bb97bdfb9ae841f2740983ff355094a445 /recipes-core | |
| parent | d79f321ba21dc34332e0f7f258ca2a8b85e19afd (diff) | |
| download | meta-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>
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/dropbear/dropbear_2015.71.bbappend | 1 |
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\\"" | |||
