summaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-14 14:28:13 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-14 14:29:19 -0700
commita4a5808f9a77c50e86836975511926e52d32d438 (patch)
tree282aa5929ef2158f3a39615005304b7be219d24d /recipes/gdb/gdb.inc
parenta14a6463ae7747074f5ecef8160f910db9e0958b (diff)
downloadopenembedded-dc609a6343e82b254d36e7e302c431438a8e93bd.tar.gz
gdb (all): Add bison-native to DEPENDStested_2010-10-14
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@mentor.com>
Diffstat (limited to 'recipes/gdb/gdb.inc')
-rw-r--r--recipes/gdb/gdb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc
index 3500e1accb..f75b3b2e67 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"