gdb-cross: Use cross class, not sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2199 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-07-20 15:13:01 +00:00
parent cab3268516
commit b676654207
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SECTION = "base"
PRIORITY = "optional"
DEPENDS = "ncurses-native"
inherit autotools sdk
inherit autotools cross
S = "${WORKDIR}/gdb-${PV}"
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
@ -31,5 +31,5 @@ do_configure () {
}
do_stage() {
:
oe_runmake install
}