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_6.6.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_6.6.bb')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk_6.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk_6.6.bb b/recipes/gdb/gdb-cross-sdk_6.6.bb index aa6e7563cf..7136d4e650 100644 --- a/recipes/gdb/gdb-cross-sdk_6.6.bb +++ b/recipes/gdb/gdb-cross-sdk_6.6.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" inherit sdk -DEPENDS = "ncurses-sdk zlib-sdk" +DEPENDS = "ncurses-sdk zlib-sdk flex-native" PR = "r3" |