blob: 33feb581aa8844fbfb0ec63ea9fb86eaddbb5b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require gdb-common.inc
DEPENDS = "expat-native ncurses-native"
EXTRA_OECONF += "--without-python"
#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
GDBPROPREFIX = ""
inherit cross
inherit gettext
|