aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross-sdk_6.8.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-03-22 09:00:01 -0700
committerTom Rini <tom_rini@mentor.com>2010-03-22 09:02:40 -0700
commit73d7d78abb695ac79e22bdae060de0d0e2e64bc5 (patch)
tree2c3b002297b078fc6d10aeb23a8bb0873a512c2a /recipes/gdb/gdb-cross-sdk_6.8.bb
parentce7314b9776757c1fffc9c60098f2c1ffd3e0b37 (diff)
downloadopenembedded-73d7d78abb695ac79e22bdae060de0d0e2e64bc5.tar.gz
gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.
Diffstat (limited to 'recipes/gdb/gdb-cross-sdk_6.8.bb')
-rw-r--r--recipes/gdb/gdb-cross-sdk_6.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk_6.8.bb b/recipes/gdb/gdb-cross-sdk_6.8.bb
index ff4423ec44..77ce5c8b7e 100644
--- a/recipes/gdb/gdb-cross-sdk_6.8.bb
+++ b/recipes/gdb/gdb-cross-sdk_6.8.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3"
SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \
file://gdb-6.8-fix-compile-karmic.patch;patch=1"
-DEPENDS = "ncurses-sdk zlib-sdk"
+DEPENDS = "ncurses-sdk zlib-sdk flex-native"
inherit sdk