From: Richard Purdie Date: Sat, 1 Sep 2007 17:52:57 +0000 (+0000) Subject: gdb: Fix typo X-Git-Tag: 2011-1~10784 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d989bca0c4eaf9768727a0a310b617b4e85208f2;p=openembedded-core.git gdb: Fix typo git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2635 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ DESCRIPTION = "gdb - GNU debugger" HOMEPAGE = "http://www.gnu.org/software/gdb/" LICENSE="GPL" -SECTION = "devel"z +SECTION = "devel" PRIORITY = "optional" inherit autotools