From: Maxin B. John Date: Tue, 26 Apr 2016 08:48:24 +0000 (+0300) Subject: bash: fix dependencies and QA Issue X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26013 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6b10c7c37d9ca216d56c1667dce29998a2f525;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bash: fix dependencies and QA Issue Fix the following QA warning: WARNING: bash-4.3.30-r0 do_package_qa: QA Issue: bash rdepends on libiconv, but it isn't a build dependency, missing libiconv in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 93ca00b25cd..1d08526c9e7 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -2,7 +2,7 @@ SUMMARY = "An sh-compatible command language interpreter" HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html" SECTION = "base/shell" -DEPENDS = "ncurses bison-native" +DEPENDS = "ncurses bison-native virtual/libiconv" inherit autotools gettext texinfo update-alternatives ptest