mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
gdb-cross: gdb-cross requires readline-native
gdb depends on readline so gdb-cross needs to depend on readline-native to build successfully. (From OE-Core rev: ee132d68220d7f515760d47db57e00d1d8263a1a) Signed-off-by: Mike Crowe <mac@mcrowe.com> Acked-by: Phil Blundell <philb@gnu.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5dde32615d
commit
d8afc32e78
@@ -1,6 +1,6 @@
|
||||
require gdb-common.inc
|
||||
|
||||
DEPENDS = "expat-native ncurses-native"
|
||||
DEPENDS = "expat-native ncurses-native readline-native"
|
||||
|
||||
EXTRA_OECONF += "--without-python"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user