summaryrefslogtreecommitdiff
path: root/meta/packages/gdb/gdb_6.6.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-01 17:51:00 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-01 17:51:00 +0000
commit1e829f1ef9534f1b106a0e010c7045fbc9b0f811 (patch)
tree09ea7e90e87d78b3b54ad5605be2351d024b4813 /meta/packages/gdb/gdb_6.6.bb
parentdfa8101ba0b2191612dd79404581cff07dece60b (diff)
downloadopenembedded-core-1e829f1ef9534f1b106a0e010c7045fbc9b0f811.tar.gz
openembedded-core-1e829f1ef9534f1b106a0e010c7045fbc9b0f811.tar.bz2
openembedded-core-1e829f1ef9534f1b106a0e010c7045fbc9b0f811.tar.xz
openembedded-core-1e829f1ef9534f1b106a0e010c7045fbc9b0f811.zip
gdb: metadata cleanup
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2634 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gdb/gdb_6.6.bb')
-rw-r--r--meta/packages/gdb/gdb_6.6.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/packages/gdb/gdb_6.6.bb b/meta/packages/gdb/gdb_6.6.bb
index 58bcf9493..418e0d4d8 100644
--- a/meta/packages/gdb/gdb_6.6.bb
+++ b/meta/packages/gdb/gdb_6.6.bb
@@ -1,38 +1,6 @@
require gdb.inc
-DEPENDS = "ncurses readline"
PR = "r0"
-PACKAGES =+ 'gdbserver '
-FILES_gdbserver = '${bindir}/gdbserver'
-RRECOMMENDS_gdb = "glibc-thread-db"
-inherit gettext
-
-SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \
-#FIXME file://uclibc.patch;patch=1 \
- file://gdbserver-cflags-last.diff;patch=1;pnum=0"
-
-LDFLAGS_append = " -s"
-export CFLAGS_append=" -L${STAGING_LIBDIR}"
-
-EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
-
-EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
- --with-curses --disable-multilib --with-readline --disable-sim \
- --program-prefix=''"
-
-do_configure () {
-# override this function to avoid the autoconf/automake/aclocal/autoheader
-# calls for now
- (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
- CPPFLAGS="" oe_runconf
-}
-
-do_install () {
- make -C bfd/doc chew LDFLAGS= CFLAGS=-O2
- oe_runmake DESTDIR='${D}' install
- install -d ${D}${bindir}
- install -m 0755 gdb/gdbserver/gdbserver ${D}${bindir}
-}