diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 11:38:41 +0100 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 11:38:41 +0100 | 
| commit | bb1442aaf089040312de383228bbf72c608ef02a (patch) | |
| tree | be0eb5d690ac8efd3311435b0c2d6504617d50b6 | |
| parent | 856a7fd944f2881b663a82556a990ea72010f2d7 (diff) | |
| download | openembedded-core-bb1442aaf089040312de383228bbf72c608ef02a.tar.gz openembedded-core-bb1442aaf089040312de383228bbf72c608ef02a.tar.bz2 openembedded-core-bb1442aaf089040312de383228bbf72c608ef02a.zip | |
bitbake.conf: Set MAINTAINER to a non-poky default of the OE-Core mailing list
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/bitbake.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d1d3adce39..2e4a76d2c2 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -190,7 +190,7 @@ DESCRIPTION_${PN}-doc ?= "${DESCRIPTION}  \  This package contains documentation."  LICENSE = "INVALID" -MAINTAINER = "Yocto Project Team <poky@yoctoproject.org>" +MAINTAINER = "OE-Core Developers <openembedded-core@lists.openembedded.org>"  HOMEPAGE = "unknown"  # Package dependencies and provides. | 
