diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2014-08-13 19:46:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 08:46:41 +0100 |
commit | 3dc99615b265999206264be33af1258a9c41c7b3 (patch) | |
tree | 9ba5bc8362660871ad818667d84bac6a6fc57609 /meta | |
parent | 8c75aa7c30cc5a796962d099896ca2a9a16c3a06 (diff) | |
download | openembedded-core-3dc99615b265999206264be33af1258a9c41c7b3.tar.gz openembedded-core-3dc99615b265999206264be33af1258a9c41c7b3.tar.bz2 openembedded-core-3dc99615b265999206264be33af1258a9c41c7b3.zip |
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 <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" |