From e6c73a1ccde522acd0cbe807a4dff2464b811aef Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 Oct 2006 11:22:38 +0000 Subject: [PATCH] oelint.bbclass, documentation.conf: update OE email address --- classes/oelint.bbclass | 2 +- 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 ": + if s=="OpenEmbedded Team ": 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 \ -- 2.39.5