diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-04-26 11:48:24 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:35:57 +0100 |
commit | f43a689b3c14709e2b4a53b4fc51f8fd47fb2d32 (patch) | |
tree | f67427cb6536b6751dce7d6ba4314875fc79a5e0 | |
parent | 9f968375b4592134015bd940dbec05c782b6fc34 (diff) | |
download | poky-f43a689b3c14709e2b4a53b4fc51f8fd47fb2d32.tar.gz |
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)
(From OE-Core rev: 0c398456a7421433ba2d04f23653e33dd089de3f)
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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 93ca00b25c..1d08526c9e 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" | |||
2 | HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html" | 2 | HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html" |
3 | SECTION = "base/shell" | 3 | SECTION = "base/shell" |
4 | 4 | ||
5 | DEPENDS = "ncurses bison-native" | 5 | DEPENDS = "ncurses bison-native virtual/libiconv" |
6 | 6 | ||
7 | inherit autotools gettext texinfo update-alternatives ptest | 7 | inherit autotools gettext texinfo update-alternatives ptest |
8 | 8 | ||