summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index cf2398276e..2508aff79e 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -588,7 +588,7 @@ def check_sanity_everybuild(status, d):
588 except: 588 except:
589 pass 589 pass
590 590
591 oeroot = d.getVar('COREBASE') 591 oeroot = d.getVar('COREBASE', True)
592 if oeroot.find('+') != -1: 592 if oeroot.find('+') != -1:
593 status.addresult("Error, you have an invalid character (+) in your COREBASE directory path. Please move the installation to a directory which doesn't include any + characters.") 593 status.addresult("Error, you have an invalid character (+) in your COREBASE directory path. Please move the installation to a directory which doesn't include any + characters.")
594 if oeroot.find('@') != -1: 594 if oeroot.find('@') != -1: