From: Florian Boor Date: Mon, 30 Jan 2006 17:26:29 +0000 (+0000) Subject: gpe.bbclass: Set default maintainer to GPE ml instead of OE. X-Git-Tag: Release-2010-05/1~9453^2~2498 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6a970107729ca3d3a37c762c8fc8308a1ae031;p=openembedded.git gpe.bbclass: Set default maintainer to GPE ml instead of OE. --- 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 " inherit gettext