[oe-commits] [openembedded-core] 20/56: dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS

git at git.openembedded.org git at git.openembedded.org
Mon May 30 08:38:43 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit df798bca330583103b2301678236cc841cc861dd
Author: Dominic Sacré <dominic.sacre at gmx.de>
AuthorDate: Wed May 25 13:13:44 2016 +0200

    dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS
    
    Openssh now installs the sftp-server binary as /usr/libexec/sftp-server,
    whereas the dropbear recipe assumes a different path.
    Dropbear uses the correct path by default, so it's no longer necessary
    to override SFTPSERVER_PATH via CFLAGS.
    
    This fixes SFTP access to systems using dropbear as the SSH server.
    
    Signed-off-by: Dominic Sacré <dominic.sacre at gmx.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/dropbear/dropbear.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index 1dce2a5..923d31c 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -46,7 +46,6 @@ BINCOMMANDS = "dbclient ssh scp"
 EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"'
 EXTRA_OECONF += "\
  ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"
-CFLAGS += "-DSFTPSERVER_PATH=\\"${libdir}/openssh/sftp-server\\""
 
 do_install() {
 	install -d ${D}${sysconfdir} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list