diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 16:14:55 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:57:57 +0200 |
commit | fec2a97a87c02c55024e812ba3fcc4b39adf6074 (patch) | |
tree | 563a81e28c0153c2de6461bd1c119901cbf688a0 /meta-oe/recipes-connectivity | |
parent | 5b6c62c46eb9ae0f3b33bf6d037f2730d4a7a7c9 (diff) | |
download | meta-openembedded-fec2a97a87c02c55024e812ba3fcc4b39adf6074.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>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | 2 |
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 5a8e336b9..a4709ce93 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" | |||
12 | LICENSE = "GPLv3+" | 12 | LICENSE = "GPLv3+" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
14 | 14 | ||
15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl" | 15 | DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" |
16 | 16 | ||
17 | SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" | 17 | SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" |
18 | 18 | ||