mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9f968375b4
commit
f43a689b3c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user