diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index d728139f62..930a71bcaf 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "gdb - GNU debugger" | |||
2 | HOMEPAGE = "http://www.gnu.org/software/gdb/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gdb/" |
3 | LICENSE="GPLv3+" | 3 | LICENSE="GPLv3+" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | DEPENDS = "ncurses readline elfutils ${LTTNGUST}" | 5 | DEPENDS = "ncurses readline ${LTTNGUST}" |
6 | 6 | ||
7 | LTTNGUST = "lttng-ust" | 7 | LTTNGUST = "lttng-ust" |
8 | LTTNGUST_libc-uclibc = "" | 8 | LTTNGUST_libc-uclibc = "" |
@@ -11,7 +11,7 @@ LTTNGUST_mipsel = "" | |||
11 | LTTNGUST_mips64 = "" | 11 | LTTNGUST_mips64 = "" |
12 | LTTNGUST_mips64el = "" | 12 | LTTNGUST_mips64el = "" |
13 | 13 | ||
14 | INC_PR = "r4" | 14 | INC_PR = "r5" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
17 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ | 17 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ |
@@ -40,7 +40,7 @@ EXPAT = "--without-expat" | |||
40 | 40 | ||
41 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ | 41 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ |
42 | --with-curses --disable-multilib --with-system-readline --disable-sim \ | 42 | --with-curses --disable-multilib --with-system-readline --disable-sim \ |
43 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \ | 43 | ${GDBPROPREFIX} ${EXPAT} \ |
44 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ | 44 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ |
45 | " | 45 | " |
46 | 46 | ||