mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
fb917e0d1f
commit
fd471f3a50
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user