From 3dc99615b265999206264be33af1258a9c41c7b3 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 13 Aug 2014 19:46:35 +0200 Subject: gdb: Add a dependency on zlib This solves the following warning: WARNING: QA Issue: gdb rdepends on zlib, but it isn't a build dependency? [build-deps] Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index b4d48809d3..599b405e03 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 ncurses readline ${LTTNGUST}" +DEPENDS = "expat zlib ncurses readline ${LTTNGUST}" LTTNGUST = "lttng-ust" LTTNGUST_aarch64 = "" -- cgit 1.2.3-korg