[oe-commits] [openembedded-core] 08/21: dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 07:34:31 UTC 2016


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

commit e9bbced4da1f13951abdd298590a3577f377866e
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.
    
    (From OE-Core rev: df798bca330583103b2301678236cc841cc861dd)
    
    Signed-off-by: Dominic Sacré <dominic.sacre at gmx.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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