diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-10 10:26:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-10 10:26:16 +0000 |
commit | 7814da98a7630811db9fc24db9ae3c81588ca113 (patch) | |
tree | cf35ff1568d89042488808f0105e51901aecd40c /classes | |
parent | d33738e8090ef3c603c826f7c23647844e03f8fc (diff) |
Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
Diffstat (limited to 'classes')
-rw-r--r-- | classes/e.bbclass | 1 | ||||
-rw-r--r-- | classes/gpe.bbclass | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass index afd9b6d2b3..008e3f2dc1 100644 --- a/classes/e.bbclass +++ b/classes/e.bbclass @@ -1,4 +1,3 @@ -MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" HOMEPAGE = "http://www.enlightenment.org" SECTION = "e/apps" diff --git a/classes/gpe.bbclass b/classes/gpe.bbclass index c9268dea9c..a9ddec3b53 100644 --- a/classes/gpe.bbclass +++ b/classes/gpe.bbclass @@ -3,7 +3,6 @@ GPE_TARBALL_SUFFIX ?= "gz" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}" FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" SECTION ?= "gpe" -MAINTAINER ?= "GPE Team <gpe@handhelds.org>" inherit gettext |