mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
openssh: add nativesdk support
And use bitbake variables for install paths to fix nativesdk-openssh compilation. (From OE-Core rev: 70470dfa88338cae06670195bb7009cb13098ac2) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7d3ad1405c
commit
ad85e224a4
@@ -52,9 +52,9 @@ EXTRA_AUTORECONF += "--exclude=aclocal"
|
||||
EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
|
||||
--without-zlib-version-check \
|
||||
--with-privsep-path=/var/run/sshd \
|
||||
--with-privsep-path=${localstatedir}/run/sshd \
|
||||
--sysconfdir=${sysconfdir}/ssh \
|
||||
--with-xauth=/usr/bin/xauth \
|
||||
--with-xauth=${bindir}/xauth \
|
||||
--disable-strip \
|
||||
"
|
||||
|
||||
@@ -160,3 +160,5 @@ CONFFILES_${PN}-ssh = "${sysconfdir}/ssh/ssh_config"
|
||||
ALTERNATIVE_PRIORITY = "90"
|
||||
ALTERNATIVE_${PN}-scp = "scp"
|
||||
ALTERNATIVE_${PN}-ssh = "ssh"
|
||||
|
||||
BBCLASSEXTEND += "nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user