[oe-commits] [openembedded-core] 03/50: gdb: fix QA warning (uClibc)

git at git.openembedded.org git at git.openembedded.org
Mon May 9 07:12:53 UTC 2016


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

commit 255699aeb9275d609e7c03ead69ac902456674dd
Author: André Draszik <adraszik at tycoint.com>
AuthorDate: Fri Apr 29 11:45:47 2016 +0100

    gdb: fix QA warning (uClibc)
    
    WARNING: QA Issue: gdb rdepends on libiconv, but it isn't a build dependency? [build-deps]
    
    We already have virtual/libiconv which is set appropriately
    in all environments, so let's use it to fix the issue.
    
    Signed-off-by: André Draszik <adraszik at tycoint.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/gdb/gdb-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 0d28ee4..f208055 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -2,7 +2,7 @@ SUMMARY = "GNU debugger"
 HOMEPAGE = "http://www.gnu.org/software/gdb/"
 LICENSE = "GPLv3+"
 SECTION = "devel"
-DEPENDS = "expat zlib ncurses ${LTTNGUST}"
+DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST}"
 
 LTTNGUST = "lttng-ust"
 LTTNGUST_aarch64 = ""

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


More information about the Openembedded-commits mailing list