[oe-commits] Tom Rini : gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.

git version control git at git.openembedded.org
Mon Mar 22 16:06:49 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar 22 09:00:01 2010 -0700

gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.

---

 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 +-
 recipes/gdb/gdb-cross.inc        |    2 +-
 recipes/gdb/gdb.inc              |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk_6.6.bb b/recipes/gdb/gdb-cross-sdk_6.6.bb
index aa6e756..7136d4e 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"
 
diff --git a/recipes/gdb/gdb-cross-sdk_6.8.bb b/recipes/gdb/gdb-cross-sdk_6.8.bb
index ff4423e..77ce5c8 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
 
diff --git a/recipes/gdb/gdb-cross-sdk_7.0.bb b/recipes/gdb/gdb-cross-sdk_7.0.bb
index 47b8fad..76f3f75 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
 
diff --git a/recipes/gdb/gdb-cross.inc b/recipes/gdb/gdb-cross.inc
index 6d4c3d1..ca89d4f 100644
--- a/recipes/gdb/gdb-cross.inc
+++ b/recipes/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
 require gdb-common.inc
 
-DEPENDS = "ncurses-native"
+DEPENDS = "ncurses-native zlib-native flex-native"
 
 EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
 
diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc
index a63fb61..a519cef 100644
--- a/recipes/gdb/gdb.inc
+++ b/recipes/gdb/gdb.inc
@@ -2,7 +2,7 @@ require gdb-common.inc
 
 DEFAULT_PREFERENCE_avr32 = "-99"
 
-DEPENDS = "ncurses readline"
+DEPENDS = "ncurses readline zlib flex-native"
 
 PACKAGES =+ "gdbserver"
 FILES_gdbserver = "${bindir}/gdbserver"





More information about the Openembedded-commits mailing list