[oe-commits] Tom Rini : gdb (all): Add bison-native to DEPENDS

git version control git at git.openembedded.org
Thu Oct 14 21:32:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a4a5808f9a77c50e86836975511926e52d32d438
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a4a5808f9a77c50e86836975511926e52d32d438

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Oct 14 14:28:13 2010 -0700

gdb (all): Add bison-native to DEPENDS

While in here, noticed that I didn't do the second half of
8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc as I intended and
actually delete the DEPENDS line here.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gdb/gdb-cross-sdk.inc |    1 -
 recipes/gdb/gdb-cross.inc     |    2 +-
 recipes/gdb/gdb.inc           |    2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index 43d13a5..6a708ca 100644
--- a/recipes/gdb/gdb-cross-sdk.inc
+++ b/recipes/gdb/gdb-cross-sdk.inc
@@ -2,7 +2,6 @@ require gdb-cross.inc
 LICENSE = "GPLv3"
 
 inherit sdk
-DEPENDS = "ncurses-native zlib-native expat-native flex-native"
 EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
 
 # Since we statically link against the required host libraries we don't 
diff --git a/recipes/gdb/gdb-cross.inc b/recipes/gdb/gdb-cross.inc
index 9753e81..953573b 100644
--- a/recipes/gdb/gdb-cross.inc
+++ b/recipes/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
 require gdb-common.inc
 
-DEPENDS = "ncurses-native zlib-native expat-native flex-native"
+DEPENDS = "ncurses-native zlib-native expat-native flex-native bison-native"
 # We must have this around in order to link gdb
 DEPENDS += "virtual/${TARGET_PREFIX}gcc"
 
diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc
index 3500e1a..f75b3b2 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 zlib flex-native"
+DEPENDS = "ncurses readline zlib flex-native bison-native"
 
 PACKAGES =+ "gdbserver"
 FILES_gdbserver = "${bindir}/gdbserver"





More information about the Openembedded-commits mailing list