mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
addtask lint before do_fetch
|
||||
do_lint[nostamp] = 1
|
||||
do_lint[nostamp] = "1"
|
||||
python do_lint() {
|
||||
def testVar(var, explain=None):
|
||||
try:
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user