]> code.ossystems Code Review - openembedded-core.git/commit
gdb-common.inc: add PACKAGECONFIG for readline
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 28 Jan 2016 09:46:35 +0000 (01:46 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2016 18:14:57 +0000 (18:14 +0000)
commit94e1b917078bedf73830e54278af77f742c93581
tree319d1ae3fd6c7d787d11f88953254d69d0d4c696
parent39e231cfabda8d75906c935d2a01f37df6121b84
gdb-common.inc: add PACKAGECONFIG for readline

When compile with readline 5.2:
completer.o: In function `gdb_display_match_list':
completer.c:(.text+0x1c13): undefined reference to `_rl_completion_prefix_display_length'
completer.c:(.text+0x1ce8): undefined reference to `rl_sort_completion_matches'
collect2: ld returned 1 exit status

The --without-system-readline will make it work.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gdb/gdb-common.inc