diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-03-22 09:00:01 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-03-22 09:02:40 -0700 |
commit | 73d7d78abb695ac79e22bdae060de0d0e2e64bc5 (patch) | |
tree | 2c3b002297b078fc6d10aeb23a8bb0873a512c2a /recipes/gdb/gdb-cross-sdk_7.0.bb | |
parent | ce7314b9776757c1fffc9c60098f2c1ffd3e0b37 (diff) |
gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.
Diffstat (limited to 'recipes/gdb/gdb-cross-sdk_7.0.bb')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk_7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk_7.0.bb b/recipes/gdb/gdb-cross-sdk_7.0.bb index 47b8faddb1..76f3f7540d 100644 --- a/recipes/gdb/gdb-cross-sdk_7.0.bb +++ b/recipes/gdb/gdb-cross-sdk_7.0.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv3" SRC_URI += "\ file://gdb-6.8-fix-compile-karmic.patch;patch=1" -DEPENDS = "ncurses-sdk zlib-sdk" +DEPENDS = "ncurses-sdk zlib-sdk flex-native" inherit sdk |