diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-02-23 18:35:57 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-02-23 18:35:57 -0700 |
commit | 82dc1d8cf645a589028c4a905b6f8b5b1734a748 (patch) | |
tree | dd646374c5978531d2af86573a21fc1d077a282f /recipes/gdb/gdb-cross-sdk_6.6.bb | |
parent | 2022a922005963831a06885ceef61792775307eb (diff) |
gdb-cross-sdk: Add zlib-sdk to DEPENDS.
No PR bump since we don't actually link vs the -sdk libs.
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 656119cf93..bf0f2ebbab 100644 --- a/recipes/gdb/gdb-cross-sdk_6.6.bb +++ b/recipes/gdb/gdb-cross-sdk_6.6.bb @@ -2,7 +2,7 @@ require gdb-cross.inc inherit sdk -DEPENDS = "ncurses-sdk" +DEPENDS = "ncurses-sdk zlib-sdk" PR = "r3" |