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

SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \
            file://gdb-6.8-fix-compile-karmic.patch;patch=1"

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

inherit sdk

PR = "r2"

do_stage() {
	:
}