blob: 3adcdcc2844437c98f5a71fc80c33bdae10a0e50 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require gdb-common.inc
DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
inherit cross-canadian
PR = "r1"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
EXPAT = "--with-expat"
|