[oe-commits] Tom Rini : gdb-cross-sdk: Add zlib-sdk to DEPENDS.

git version control git at git.openembedded.org
Wed Feb 24 08:30:05 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 82dc1d8cf645a589028c4a905b6f8b5b1734a748
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=82dc1d8cf645a589028c4a905b6f8b5b1734a748

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Feb 23 18:35:57 2010 -0700

gdb-cross-sdk: Add zlib-sdk to DEPENDS.

No PR bump since we don't actually link vs the -sdk libs.

---

 recipes/gdb/gdb-cross-sdk_6.6.bb |    2 +-
 recipes/gdb/gdb-cross-sdk_6.8.bb |    2 +-
 recipes/gdb/gdb-cross-sdk_7.0.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk_6.6.bb b/recipes/gdb/gdb-cross-sdk_6.6.bb
index 656119c..bf0f2eb 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"
 
diff --git a/recipes/gdb/gdb-cross-sdk_6.8.bb b/recipes/gdb/gdb-cross-sdk_6.8.bb
index 6d6fba7..ff4423e 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"
+DEPENDS = "ncurses-sdk zlib-sdk"
 
 inherit sdk
 
diff --git a/recipes/gdb/gdb-cross-sdk_7.0.bb b/recipes/gdb/gdb-cross-sdk_7.0.bb
index 10e4b14..47b8fad 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"
+DEPENDS = "ncurses-sdk zlib-sdk"
 
 inherit sdk
 





More information about the Openembedded-commits mailing list