diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-01 18:01:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-01 18:01:03 +0000 |
commit | a7c63ec4828e08e0812f69a5be04422e5dd7b30a (patch) | |
tree | 583064731442c214a3887ac2a98a6e464a2f4d78 /meta/packages/gdb/gdb-cross.inc | |
parent | d989bca0c4eaf9768727a0a310b617b4e85208f2 (diff) | |
download | poky-a7c63ec4828e08e0812f69a5be04422e5dd7b30a.tar.gz |
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
Diffstat (limited to 'meta/packages/gdb/gdb-cross.inc')
-rw-r--r-- | meta/packages/gdb/gdb-cross.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/gdb/gdb-cross.inc b/meta/packages/gdb/gdb-cross.inc index 75de1cfef7..480cce4931 100644 --- a/meta/packages/gdb/gdb-cross.inc +++ b/meta/packages/gdb/gdb-cross.inc | |||
@@ -2,8 +2,6 @@ require gdb-common.inc | |||
2 | 2 | ||
3 | DEPENDS = "ncurses-native" | 3 | DEPENDS = "ncurses-native" |
4 | 4 | ||
5 | SRC_URI += "file://sim-install-6.6.patch;patch=1" | ||
6 | |||
7 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" | 5 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" |
8 | 6 | ||
9 | EXTRA_OECONF = "--with-curses --with-readline" | 7 | EXTRA_OECONF = "--with-curses --with-readline" |