[OE-core] [PATCH] insane.bbclass: Typo fix in do_qa_unpack's bb.note

Mario Domenech Goulart mario.goulart at bmw-carit.de
Thu Jul 21 14:00:59 UTC 2016


s/Checking has ${S} been created/Checking if ${S} has been created/

Signed-off-by: Mario Domenech Goulart <mario.goulart at bmw-carit.de>
---
 meta/classes/insane.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 9b2337c..1b12d46 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1246,7 +1246,7 @@ Missing inherit gettext?""" % (gt, config))
 }
 
 python do_qa_unpack() {
-    bb.note("Checking has ${S} been created")
+    bb.note("Checking if ${S} has been created")
 
     s_dir = d.getVar('S', True)
     if not os.path.exists(s_dir):
-- 
2.8.1




More information about the Openembedded-core mailing list