task-poky-standalone-sdk: Fix gdb package name

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2203 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-07-22 18:06:16 +00:00
parent 27137aac6f
commit 3194d0d15a
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
DESCRIPTION = "Host packages for the standalone SDK (external toolchain)"
PR = "r0"
PR = "r1"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
@ -10,11 +10,11 @@ PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
binutils-cross-sdk \
gcc-cross-sdk \
gdb-cross-sdk \
g++ \
cpp \
libgcc \
libgcc-dev \
libstdc++ \
libstdc++-dev \
gdb-cross \
"
"