summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-22 18:06:16 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-22 18:06:16 +0000
commit3194d0d15a158c11f31b368695df4907d4e352c9 (patch)
treecf6f604840dc1dd6c3599e08dc86bab187ca949f
parent27137aac6f9854462602f0c8a4afe385fe5eb93c (diff)
downloadopenembedded-core-3194d0d15a158c11f31b368695df4907d4e352c9.tar.gz
openembedded-core-3194d0d15a158c11f31b368695df4907d4e352c9.tar.bz2
openembedded-core-3194d0d15a158c11f31b368695df4907d4e352c9.tar.xz
openembedded-core-3194d0d15a158c11f31b368695df4907d4e352c9.zip
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
-rw-r--r--meta/packages/tasks/task-poky-standalone-sdk-host.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-host.bb b/meta/packages/tasks/task-poky-standalone-sdk-host.bb
index 2140e9662..a8beb054a 100644
--- a/meta/packages/tasks/task-poky-standalone-sdk-host.bb
+++ b/meta/packages/tasks/task-poky-standalone-sdk-host.bb
@@ -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 \
- " \ No newline at end of file
+ "