generic-poky/meta/packages/gdb/gdb-cross.inc
Richard Purdie a7c63ec482 gdb: Move 6.6 patch out of .inc file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2636 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01 18:01:03 +00:00

19 lines
438 B
PHP

require gdb-common.inc
DEPENDS = "ncurses-native"
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
EXTRA_OECONF = "--with-curses --with-readline"
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"
oe_runconf
}
do_stage () {
oe_runmake install
}