[oe-commits] [openembedded-core] 06/20: bash: fix dependencies and QA Issue

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 11:11:58 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5a35a28ae1a39f74b12f1c110b0946a4eeb3eb50
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue Apr 26 11:48:24 2016 +0300

    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 <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/bash/bash.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 93ca00b..1d08526 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list