1
0
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:
Mike Crowe
2013-05-01 12:15:26 +01:00
committed by Richard Purdie
parent 5dde32615d
commit d8afc32e78
+1 -1
View File
@@ -1,6 +1,6 @@
require gdb-common.inc
DEPENDS = "expat-native ncurses-native"
DEPENDS = "expat-native ncurses-native readline-native"
EXTRA_OECONF += "--without-python"