From e6c73a1ccde522acd0cbe807a4dff2464b811aef Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 Oct 2006 11:22:38 +0000 Subject: oelint.bbclass, documentation.conf: update OE email address --- classes/oelint.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/oelint.bbclass') 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") -- cgit v1.2.3