[oe-commits] Armin Kuster : mosh: Fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:18 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: fd471f3a500b563f064ff7653ed3fefaaf109ffd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fd471f3a500b563f064ff7653ed3fefaaf109ffd

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 16:14:55 2015 -0700

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5a8e336..a4709ce 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"
 



More information about the Openembedded-commits mailing list