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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 1d1cf8fed3..3e00a2e9ff 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -36,6 +36,7 @@ SRC_URI = "git://sourceware.org/git/binutils-gdb.git;branch=gdb-7.11-branch \
36 file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \ 36 file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \
37 file://0009-Change-order-of-CFLAGS.patch \ 37 file://0009-Change-order-of-CFLAGS.patch \
38 file://0010-resolve-restrict-keyword-conflict.patch \ 38 file://0010-resolve-restrict-keyword-conflict.patch \
39 file://0011-avx_mpx.patch \
39" 40"
40 41
41S = "${WORKDIR}/git" 42S = "${WORKDIR}/git"
@@ -84,4 +85,3 @@ RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
84RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db " 85RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
85RRECOMMENDS_gdbserver_append_linux = " glibc-thread-db " 86RRECOMMENDS_gdbserver_append_linux = " glibc-thread-db "
86RRECOMMENDS_gdbserver_append_linux-gnueabi = " glibc-thread-db " 87RRECOMMENDS_gdbserver_append_linux-gnueabi = " glibc-thread-db "
87