From fec2a97a87c02c55024e812ba3fcc4b39adf6074 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 5 Apr 2015 16:14:55 -0700 Subject: 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 Signed-off-by: Martin Jansa --- 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 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" -- cgit 1.2.3-korg