diff options
| author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-12-05 10:11:40 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-12-21 19:16:51 +0100 |
| commit | f590ca9e689c955950ec80b075b4f8ed24fb6785 (patch) | |
| tree | 26c8326b26bb5dc176ebdd69bb46eadc514ea13e | |
| parent | 5916ffe0a19422706d1f84870adc603bad202f1c (diff) | |
| download | meta-openembedded-f590ca9e689c955950ec80b075b4f8ed24fb6785.tar.gz | |
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>
| -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 | |||
