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 18:21:48 +0100 |
commit | 19e951062f52bcc25da52c37eea68fe65e6f4853 (patch) | |
tree | 2ce55f0fe21283cc655ec4419f9740f85dc8bd9f /meta/recipes-devtools/gdb/gdb-common.inc | |
parent | a346777b83669326bed41ca0c5b8c60d642804b2 (diff) | |
download | poky-19e951062f52bcc25da52c37eea68fe65e6f4853.tar.gz |
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]
(From OE-Core rev: 3dc99615b265999206264be33af1258a9c41c7b3)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-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" | |||
2 | HOMEPAGE = "http://www.gnu.org/software/gdb/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gdb/" |
3 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPLv3+" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | DEPENDS = "expat ncurses readline ${LTTNGUST}" | 5 | DEPENDS = "expat zlib ncurses readline ${LTTNGUST}" |
6 | 6 | ||
7 | LTTNGUST = "lttng-ust" | 7 | LTTNGUST = "lttng-ust" |
8 | LTTNGUST_aarch64 = "" | 8 | LTTNGUST_aarch64 = "" |