mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:49:47 +00:00
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>
This commit is contained in:
parent
c2bb39f439
commit
74e6d15ad1
@ -36,7 +36,7 @@ NEEDED_PERL_MODULES = "\
|
||||
# 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}"
|
||||
RDEPENDS:${PN}-server += "openssh-sshd"
|
||||
|
||||
# Fails to build with thumb-1 (qemuarm)
|
||||
#| {standard input}: Assembler messages:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user