diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb index c0d03c52f9..5a8e336b99 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | |||
| @@ -24,8 +24,15 @@ inherit autotools | |||
| 24 | PACKAGE_BEFORE_PN += "${PN}-server" | 24 | PACKAGE_BEFORE_PN += "${PN}-server" |
| 25 | FILES_${PN}-server = "${bindir}/mosh-server" | 25 | FILES_${PN}-server = "${bindir}/mosh-server" |
| 26 | 26 | ||
| 27 | NEEDED_PERL_MODULES = "\ | ||
| 28 | perl-module-socket \ | ||
| 29 | perl-module-getopt-long \ | ||
| 30 | perl-module-errno \ | ||
| 31 | perl-module-io-socket-inet \ | ||
| 32 | perl-module-posix \ | ||
| 33 | " | ||
| 34 | |||
| 27 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features | 35 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features |
| 28 | RDEPENDS_${PN} += "openssh-ssh" | 36 | RDEPENDS_${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}" |
| 29 | # The server seemed not to work with dropbear either | 37 | # The server seemed not to work with dropbear either |
| 30 | RDEPENDS_${PN}-server += "openssh-sshd" | 38 | RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" |
| 31 | |||
