diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-21 14:48:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-21 14:48:08 +0000 |
commit | a48da11acaeec6aa3a21a0a0f30098b26e248ecc (patch) | |
tree | 8efce6fff0a82e86f22aaff91a79c5c1e8574d24 /meta/packages/gdb | |
parent | 650cd19cb5bee8cf0c643470546d39e4357f8fec (diff) | |
download | poky-a48da11acaeec6aa3a21a0a0f30098b26e248ecc.tar.gz |
Clean up and correct MAINTAINERS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gdb')
-rw-r--r-- | meta/packages/gdb/gdb-cross_6.3.bb | 1 | ||||
-rw-r--r-- | meta/packages/gdb/gdb_6.3.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/gdb/gdb-cross_6.3.bb b/meta/packages/gdb/gdb-cross_6.3.bb index a6823b6373..32076b529e 100644 --- a/meta/packages/gdb/gdb-cross_6.3.bb +++ b/meta/packages/gdb/gdb-cross_6.3.bb | |||
@@ -2,7 +2,6 @@ LICENSE = "GPL" | |||
2 | DESCRIPTION = "gdb - GNU debugger" | 2 | DESCRIPTION = "gdb - GNU debugger" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" | ||
6 | DEPENDS = "ncurses-native" | 5 | DEPENDS = "ncurses-native" |
7 | 6 | ||
8 | inherit autotools sdk | 7 | inherit autotools sdk |
diff --git a/meta/packages/gdb/gdb_6.3.bb b/meta/packages/gdb/gdb_6.3.bb index 3e755cee67..bce00f42f1 100644 --- a/meta/packages/gdb/gdb_6.3.bb +++ b/meta/packages/gdb/gdb_6.3.bb | |||
@@ -3,7 +3,6 @@ HOMEPAGE = "http://www.gnu.org/software/gdb/" | |||
3 | LICENSE="GPL" | 3 | LICENSE="GPL" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" | ||
7 | DEPENDS = "ncurses readline" | 6 | DEPENDS = "ncurses readline" |
8 | RDEPENDS_openmn = "libthread-db1" | 7 | RDEPENDS_openmn = "libthread-db1" |
9 | PR = "r2" | 8 | PR = "r2" |