mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +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:
committed by
Martin Jansa
parent
5916ffe0a1
commit
f590ca9e68
@@ -24,8 +24,15 @@ inherit autotools
|
|||||||
PACKAGE_BEFORE_PN += "${PN}-server"
|
PACKAGE_BEFORE_PN += "${PN}-server"
|
||||||
FILES_${PN}-server = "${bindir}/mosh-server"
|
FILES_${PN}-server = "${bindir}/mosh-server"
|
||||||
|
|
||||||
# mosh uses SSH to authenticate and the client uses OpenSSH-specific features
|
NEEDED_PERL_MODULES = "\
|
||||||
RDEPENDS_${PN} += "openssh-ssh"
|
perl-module-socket \
|
||||||
# The server seemed not to work with dropbear either
|
perl-module-getopt-long \
|
||||||
RDEPENDS_${PN}-server += "openssh-sshd"
|
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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user