summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-microblaze/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta-microblaze/recipes-devtools/gdb/gdb-common.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-microblaze/recipes-devtools/gdb/gdb-common.inc b/meta-microblaze/recipes-devtools/gdb/gdb-common.inc
index 08f615ad..72ede01e 100644
--- a/meta-microblaze/recipes-devtools/gdb/gdb-common.inc
+++ b/meta-microblaze/recipes-devtools/gdb/gdb-common.inc
@@ -4,10 +4,10 @@ SECTION = "devel"
4DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native" 4DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
5 5
6LTTNGUST = "lttng-ust" 6LTTNGUST = "lttng-ust"
7LTTNGUST_arc = "" 7LTTNGUST:arc = ""
8LTTNGUST_aarch64 = "" 8LTTNGUST:aarch64 = ""
9LTTNGUST_mipsarch = "" 9LTTNGUST:mipsarch = ""
10LTTNGUST_sh4 = "" 10LTTNGUST:sh4 = ""
11 11
12inherit autotools texinfo 12inherit autotools texinfo
13 13
@@ -49,14 +49,14 @@ do_configure () {
49 49
50# we don't want gdb to provide bfd/iberty/opcodes, which instead will override the 50# we don't want gdb to provide bfd/iberty/opcodes, which instead will override the
51# right bits installed by binutils. Same for bfd.info -- also from binutils. 51# right bits installed by binutils. Same for bfd.info -- also from binutils.
52do_install_append() { 52do_install:append() {
53 rm -rf ${D}${libdir} 53 rm -rf ${D}${libdir}
54 rm -rf ${D}${includedir} 54 rm -rf ${D}${includedir}
55 rm -rf ${D}${datadir}/locale 55 rm -rf ${D}${datadir}/locale
56 rm -f ${D}${infodir}/bfd.info 56 rm -f ${D}${infodir}/bfd.info
57} 57}
58 58
59RRECOMMENDS_gdb_append_linux = " glibc-thread-db " 59RRECOMMENDS:gdb:append_linux = " glibc-thread-db "
60RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db " 60RRECOMMENDS:gdb:append:linux-gnueabi = " glibc-thread-db "
61RRECOMMENDS_gdbserver_append_linux = " glibc-thread-db " 61RRECOMMENDS:gdbserver:append_linux = " glibc-thread-db "
62RRECOMMENDS_gdbserver_append_linux-gnueabi = " glibc-thread-db " 62RRECOMMENDS:gdbserver:append:linux-gnueabi = " glibc-thread-db "