[oe-commits] Paul Eggleton : openssh: remove unrecognised configure option

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 10:57:36 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 5a03781f42d2ecdec8c404f437db3e50b2b8baba
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5a03781f42d2ecdec8c404f437db3e50b2b8baba

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Dec  4 16:40:27 2013 +0000

openssh: remove unrecognised configure option

ssh-rand-helper was removed in OpenSSH 6.0 according to the upstream
changelog, so the configure option to enable/disable it was removed.

Fixes the following warning:
WARNING: QA Issue: openssh: configure was passed unrecognised options: --with-rand-helper

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/openssh/openssh_6.4p1.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
index b9a7580..4f8d70a 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
@@ -55,8 +55,7 @@ inherit autotools
 CFLAGS += "-D__FILE_OFFSET_BITS=64"
 export LD = "${CC}"
 
-EXTRA_OECONF = "--with-rand-helper=no \
-                ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
+EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
                 --without-zlib-version-check \
                 --with-privsep-path=/var/run/sshd \
                 --sysconfdir=${sysconfdir}/ssh \



More information about the Openembedded-commits mailing list