mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mosh: Perl module dependencies were missing
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
5916ffe0a1
commit
f590ca9e68
|
|
@ -24,8 +24,15 @@ inherit autotools
|
|||
PACKAGE_BEFORE_PN += "${PN}-server"
|
||||
FILES_${PN}-server = "${bindir}/mosh-server"
|
||||
|
||||
# mosh uses SSH to authenticate and the client uses OpenSSH-specific features
|
||||
RDEPENDS_${PN} += "openssh-ssh"
|
||||
# The server seemed not to work with dropbear either
|
||||
RDEPENDS_${PN}-server += "openssh-sshd"
|
||||
NEEDED_PERL_MODULES = "\
|
||||
perl-module-socket \
|
||||
perl-module-getopt-long \
|
||||
perl-module-errno \
|
||||
perl-module-io-socket-inet \
|
||||
perl-module-posix \
|
||||
"
|
||||
|
||||
# mosh uses SSH to authenticate and the client uses OpenSSH-specific features
|
||||
RDEPENDS_${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}"
|
||||
# The server seemed not to work with dropbear either
|
||||
RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user