aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 16:14:55 -0700
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:58 -0700
commitfd471f3a500b563f064ff7653ed3fefaaf109ffd (patch)
treeb4375cc5a776234aa1d577d725240c63e3eefa96 /meta-oe
parentfb917e0d1f7b459be5a5e03e3cdd4daf840bc67c (diff)
downloadmeta-openembedded-fd471f3a500b563f064ff7653ed3fefaaf109ffd.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb2
1 files changed, 1 insertions, 1 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 5a8e336b99..a4709ce931 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb
@@ -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"