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