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/oprofile | |
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/oprofile')
-rw-r--r-- | meta/packages/oprofile/oprofile_0.9.1.bb | 1 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/oprofile/oprofile_0.9.1.bb b/meta/packages/oprofile/oprofile_0.9.1.bb index 1cbb05d418..991c7bfc99 100644 --- a/meta/packages/oprofile/oprofile_0.9.1.bb +++ b/meta/packages/oprofile/oprofile_0.9.1.bb | |||
@@ -2,7 +2,6 @@ SECTION = "devel" | |||
2 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 2 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
3 | of profiling all running code at low overhead." | 3 | of profiling all running code at low overhead." |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | MAINTAINER = "Chris Larson <kergoth@handhelds.org>" | ||
6 | DEPENDS = "popt binutils" | 5 | DEPENDS = "popt binutils" |
7 | 6 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ |
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index 73ded09a16..1a255d3577 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
@@ -3,7 +3,6 @@ SECTION = "devel" | |||
3 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 3 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
4 | of profiling all running code at low overhead." | 4 | of profiling all running code at low overhead." |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | MAINTAINER = "Chris Larson <kergoth@handhelds.org>" | ||
7 | DEPENDS = "popt binutils" | 6 | DEPENDS = "popt binutils" |
8 | 7 | ||
9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 8 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |