diff options
Diffstat (limited to 'meta/packages/gdb/gdb-common.inc')
-rw-r--r-- | meta/packages/gdb/gdb-common.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc index ef7d43b153..fcd911ab0a 100644 --- a/meta/packages/gdb/gdb-common.inc +++ b/meta/packages/gdb/gdb-common.inc | |||
@@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/gdb/" | |||
3 | LICENSE="GPLv3+" | 3 | LICENSE="GPLv3+" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "ncurses readline" | 6 | DEPENDS = "ncurses readline elfutils" |
7 | 7 | ||
8 | inherit autotools | 8 | inherit autotools |
9 | 9 | ||
10 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ | 10 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ |
11 | file://no-werror.patch;patch=1" | 11 | file://no-werror.patch" |
12 | 12 | ||
13 | export CC_FOR_BUILD = "${BUILD_CC}" | 13 | export CC_FOR_BUILD = "${BUILD_CC}" |
14 | export CXX_FOR_BUILD = "${BUILD_CXX}" | 14 | export CXX_FOR_BUILD = "${BUILD_CXX}" |
@@ -23,14 +23,14 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" | |||
23 | 23 | ||
24 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ | 24 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ |
25 | --with-curses --disable-multilib --with-readline --disable-sim \ | 25 | --with-curses --disable-multilib --with-readline --disable-sim \ |
26 | ${GDBPROPREFIX}" | 26 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET}" |
27 | GDBPROPREFIX = "--program-prefix=''" | 27 | GDBPROPREFIX = "--program-prefix=''" |
28 | 28 | ||
29 | do_configure () { | 29 | do_configure () { |
30 | # override this function to avoid the autoconf/automake/aclocal/autoheader | 30 | # override this function to avoid the autoconf/automake/aclocal/autoheader |
31 | # calls for now | 31 | # calls for now |
32 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" | 32 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" |
33 | oe_runconf | 33 | oe_runconf |
34 | } | 34 | } |
35 | 35 | ||
36 | RRECOMMENDS_gdb_append_linux = " glibc-thread-db " | 36 | RRECOMMENDS_gdb_append_linux = " glibc-thread-db " |