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

PR = "r1"

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

do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now
	gnu-configize
	oe_runconf
}

do_stage() {
	:	
}