summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 348bdeedc0..ea4098c723 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -12,7 +12,7 @@ LTTNGUST_mips64 = ""
12LTTNGUST_mips64el = "" 12LTTNGUST_mips64el = ""
13LTTNGUST_sh4 = "" 13LTTNGUST_sh4 = ""
14 14
15INC_PR = "r1" 15INC_PR = "r0"
16 16
17LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 17LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
18 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ 18 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
@@ -21,10 +21,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
21inherit autotools 21inherit autotools
22 22
23SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ 23SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
24 file://no-werror.patch" 24 "
25 25SRC_URI[md5sum] = "c9f5ed81008194f8f667f131234f3ef0"
26SRC_URI[md5sum] = "5fb7fca9ef7a9e3cfee0e2f2c0e52051" 26SRC_URI[sha256sum] = "8dcf38dd04f7f031b51d0672050d6b14626302ddc24d74e486b4666335de2df3"
27SRC_URI[sha256sum] = "f99d2be831ead324712ae4f11868e07e545272f10aac4186060f1386f2629b38"
28 27
29export CC_FOR_BUILD = "${BUILD_CC}" 28export CC_FOR_BUILD = "${BUILD_CC}"
30export CXX_FOR_BUILD = "${BUILD_CXX}" 29export CXX_FOR_BUILD = "${BUILD_CXX}"
@@ -39,7 +38,7 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
39 38
40EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" 39EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
41 40
42EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ 41EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
43 --with-curses --disable-multilib --with-system-readline --disable-sim \ 42 --with-curses --disable-multilib --with-system-readline --disable-sim \
44 ${GDBPROPREFIX} ${EXPAT} \ 43 ${GDBPROPREFIX} ${EXPAT} \
45 ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ 44 ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \