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