summaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross-sdk.inc
blob: c78d950d0a54a9361efafbf553693a18b9fbd510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require gdb-cross.inc
LICENSE = "GPLv3"

INC_PR = "r4"

inherit sdk

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

do_stage() {
	:
}

do_install_append() {
	# these mo files from gdb-cross-sdk clash with files from binutils-cross-sdk
	# when building sdk archives. Drop them for now as a way to restore toolchains.
	rm ${D}/${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo
}