[gnome-continuous-yocto/gnomeostree-3.28-rocko: 105/8267] bash: fix dependencies and QA Issue



commit 1d9432a6d06c2f909cbb29d7a720e77d2f58c99d
Author: Maxin B. John <maxin john intel com>
Date:   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]
    
    (From OE-Core rev: 5c6b10c7c37d9ca216d56c1667dce29998a2f525)
    
    Signed-off-by: Maxin B. John <maxin john intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/bash/bash.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]