diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-03 09:16:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-03 09:16:44 +0000 |
commit | d4cb583671f85e6a4c790d103c839106453658fb (patch) | |
tree | 3b711ad4df8140492069d5ef6dc517737ee9c13c /meta | |
parent | e35de7eb3a823920efe3ace11256c5cb8afc122e (diff) | |
download | openembedded-core-d4cb583671f85e6a4c790d103c839106453658fb.tar.gz openembedded-core-d4cb583671f85e6a4c790d103c839106453658fb.tar.bz2 openembedded-core-d4cb583671f85e6a4c790d103c839106453658fb.zip |
Remove bogus MAINTAINER fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2670 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/time/time.inc | 1 | ||||
-rw-r--r-- | meta/packages/zaurusd/zaurusd_svn.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/time/time.inc b/meta/packages/time/time.inc index 81d6446758..4f006a693c 100644 --- a/meta/packages/time/time.inc +++ b/meta/packages/time/time.inc @@ -2,5 +2,4 @@ DESCRIPTION = "time measures many of the CPU resources, such as time and \ memory, that other programs use." HOMEPAGE = "http://www.gnu.org/software/time/" LICENSE = "GPL" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SECTION = "utils" diff --git a/meta/packages/zaurusd/zaurusd_svn.bb b/meta/packages/zaurusd/zaurusd_svn.bb index b9cc3d982d..7d7bf198f4 100644 --- a/meta/packages/zaurusd/zaurusd_svn.bb +++ b/meta/packages/zaurusd/zaurusd_svn.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Daemon to handle device specifc features." SECTION = "base" -MAINTAINER = "Richard Purdie <rpurdie@openedhand.com>" LICENSE = "GPL" DEPENDS = "tslib" RDEPENDS = "xrandr" |