aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross-sdk_6.6.bb
blob: 7136d4e65075ee904b004ef284c1f608cbb258a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require gdb-cross.inc
LICENSE = "GPLv2"

inherit sdk

DEPENDS = "ncurses-sdk zlib-sdk flex-native"

PR = "r3"

SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0"

do_stage() {
	:
}