diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-09 11:22:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-09 11:22:38 +0000 |
commit | e6c73a1ccde522acd0cbe807a4dff2464b811aef (patch) | |
tree | f4a886e1f34fce62f8f7b44859b96a44055da084 | |
parent | ed07a831aed13931028a2e8bdd1febc2bdbcc935 (diff) |
oelint.bbclass, documentation.conf: update OE email address
-rw-r--r-- | classes/oelint.bbclass | 2 | ||||
-rw-r--r-- | conf/documentation.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/oelint.bbclass b/classes/oelint.bbclass index baa1c630b4..c9e39d13fb 100644 --- a/classes/oelint.bbclass +++ b/classes/oelint.bbclass @@ -67,7 +67,7 @@ python do_lint() { # Test for valid MAINTAINER # s = testVar("MAINTAINER") - if s=="OpenEmbedded Team <oe@handhelds.org>": + if s=="OpenEmbedded Team <openembedded-devel@openembedded.org>": bb.error("explicit MAINTAINER is missing, using default") elif s and s.find("@") == -1: bb.error("You forgot to put an e-mail address into MAINTAINER") diff --git a/conf/documentation.conf b/conf/documentation.conf index c07c8fa68b..feb572db46 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -1,6 +1,6 @@ # this file holds documentation for known keys, possible values and # their meaning. Please update, correct and extend this documentation. -# Mail your changes to oe@handhelds.org +# Mail your changes to openembedded-devel@openembedded.org # conf/bitbake.conf PREFERRED_VERSION[doc] = 'Normally use it as PREFERRED_VERSION_package-name = "" to set the preferred \ |