summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-01 17:52:57 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-01 17:52:57 +0000
commitd989bca0c4eaf9768727a0a310b617b4e85208f2 (patch)
treee22346f4d0b2280da6d6f2f0b6037e99a1edbc57
parent1e829f1ef9534f1b106a0e010c7045fbc9b0f811 (diff)
downloadpoky-d989bca0c4eaf9768727a0a310b617b4e85208f2.tar.gz
gdb: Fix typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2635 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/gdb/gdb-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc
index a910feec0f..0c236925dc 100644
--- a/meta/packages/gdb/gdb-common.inc
+++ b/meta/packages/gdb/gdb-common.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "gdb - GNU debugger" 1DESCRIPTION = "gdb - GNU debugger"
2HOMEPAGE = "http://www.gnu.org/software/gdb/" 2HOMEPAGE = "http://www.gnu.org/software/gdb/"
3LICENSE="GPL" 3LICENSE="GPL"
4SECTION = "devel"z 4SECTION = "devel"
5PRIORITY = "optional" 5PRIORITY = "optional"
6 6
7inherit autotools 7inherit autotools