diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-10-14 14:28:13 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-10-14 14:29:19 -0700 |
commit | a4a5808f9a77c50e86836975511926e52d32d438 (patch) | |
tree | 282aa5929ef2158f3a39615005304b7be219d24d /recipes/gdb/gdb-cross-sdk.inc | |
parent | a14a6463ae7747074f5ecef8160f910db9e0958b (diff) | |
download | openembedded-tested_2010-10-14.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-cross-sdk.inc')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc index 43d13a5601..6a708ca1f6 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 |