]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash: fix dependencies and QA Issue
authorMaxin B. John <maxin.john@intel.com>
Tue, 26 Apr 2016 08:48:24 +0000 (11:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:58 +0000 (10:30 +0100)
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 <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/bash/bash.inc

index 93ca00b25cdb0149ede4639aad7635eda663b352..1d08526c9e758bfcbdc80733567a46e17b0a523a 100644 (file)
@@ -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