diff options
| author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-04-18 17:44:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-18 10:13:16 -0700 |
| commit | 74e6d15ad143ac890c2fcf63f0d8b0530a711164 (patch) | |
| tree | 60c92f20980f52b25d673c9c714673ec39b4ed0a /meta-oe/recipes-connectivity | |
| parent | c2bb39f4394092a9f5b504fabd4fd007fb76ddb4 (diff) | |
| download | meta-openembedded-74e6d15ad143ac890c2fcf63f0d8b0530a711164.tar.gz | |
mosh: Drop perl dependencies from server
The mosh-server has no dependency on perl - upstream is explicit:
Mosh has a Perl dependency that is only required for client use. For
some platforms, it may make sense to have separate mosh-server and
mosh-client packages to allow mosh-server usage without Perl.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alex Kiernan <alexk@zuma.ai>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb index 0921db5e01..b4b5aa78a0 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb | |||
| @@ -36,7 +36,7 @@ NEEDED_PERL_MODULES = "\ | |||
| 36 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features | 36 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features |
| 37 | RDEPENDS:${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}" | 37 | RDEPENDS:${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}" |
| 38 | # The server seemed not to work with dropbear either | 38 | # The server seemed not to work with dropbear either |
| 39 | RDEPENDS:${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" | 39 | RDEPENDS:${PN}-server += "openssh-sshd" |
| 40 | 40 | ||
| 41 | # Fails to build with thumb-1 (qemuarm) | 41 | # Fails to build with thumb-1 (qemuarm) |
| 42 | #| {standard input}: Assembler messages: | 42 | #| {standard input}: Assembler messages: |
