aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gdb/gdb-cross_6.8.bb
blob: 00e9c2f6c66a4cfae4ce8e32134ea04b11f4178e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require gdb-cross.inc

inherit cross

do_install () {
	autotools_do_install
}

do_stage () {
	autotools_stage_all
}

SRC_URI += "file://sim-install-6.6.patch;patch=1"

PR = "r2"