[oe-commits] [openembedded-core] 09/09: insane: typo fixup

git at git.openembedded.org git at git.openembedded.org
Thu Mar 7 13:01:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit aa9632eb41968082e6f1d8b855b8c8e0891f0539
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 7 13:00:34 2019 +0000

    insane: typo fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/insane.bbclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index fedf2c9..a2adfee 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -593,12 +593,12 @@ def qa_check_staged(path,d):
     skip = (d.getVar('INSANE_SKIP') or "").split()
     skip_la = False
     if 'la' in skip:
-        bb.note("Recipe %s skipping qa chekcing: la" % d.getVar('PN'))
+        bb.note("Recipe %s skipping qa checking: la" % d.getVar('PN'))
         skip_la = True
 
     skip_pkgconfig = False
     if 'pkgconfig' in skip:
-        bb.note("Recipe %s skipping qa chekcing: pkgconfig" % d.getVar('PN'))
+        bb.note("Recipe %s skipping qa checking: pkgconfig" % d.getVar('PN'))
         skip_pkgconfig = True
 
     # find all .la and .pc files
@@ -1063,7 +1063,7 @@ python do_qa_configure() {
     skip = (d.getVar('INSANE_SKIP') or "").split()
     skip_configure_unsafe = False
     if 'configure-unsafe' in skip:
-        bb.note("Recipe %s skipping qa chekcing: configure-unsafe" % d.getVar('PN'))
+        bb.note("Recipe %s skipping qa checking: configure-unsafe" % d.getVar('PN'))
         skip_configure_unsafe = True
 
     if bb.data.inherits_class('autotools', d) and not skip_configure_unsafe:
@@ -1088,7 +1088,7 @@ Rerun configure task after fixing this."""
 
     skip_configure_gettext = False
     if 'configure-gettext' in skip:
-        bb.note("Recipe %s skipping qa chekcing: configure-gettext" % d.getVar('PN'))
+        bb.note("Recipe %s skipping qa checking: configure-gettext" % d.getVar('PN'))
         skip_configure_gettext = True
 
     cnf = d.getVar('EXTRA_OECONF') or ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list