From: Peter Kjellerstedt Date: Wed, 13 Aug 2014 17:46:35 +0000 (+0200) Subject: gdb: Add a dependency on zlib X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32796 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc99615b265999206264be33af1258a9c41c7b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index b4d48809d30..599b405e032 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 = ""