mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
mosh: Fix QA warnings
WARNING: QA Issue: mosh-server rdepends on libutempter, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
5b6c62c46e
commit
fec2a97a87
@@ -12,7 +12,7 @@ HOMEPAGE = "http://mosh.mit.edu"
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl"
|
||||
DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter"
|
||||
|
||||
SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user