diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-01-30 17:26:29 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-30 17:26:29 +0000 |
| commit | 2b6a970107729ca3d3a37c762c8fc8308a1ae031 (patch) | |
| tree | 9174893fc74e2153d8732d35d36b0f7deea27045 | |
| parent | d2ade47c029ba289a8c576f9649d73b020486b62 (diff) | |
gpe.bbclass: Set default maintainer to GPE ml instead of OE.
| -rw-r--r-- | classes/gpe.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/gpe.bbclass b/classes/gpe.bbclass index 8cd9e4fc5d..861ec416a0 100644 --- a/classes/gpe.bbclass +++ b/classes/gpe.bbclass @@ -2,6 +2,7 @@ DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native " GPE_TARBALL_SUFFIX ?= "gz" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}" FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" +MAINTAINER ?= "GPE Team <gpe@handhelds.org>" inherit gettext |
