]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Correct typo inhert->inherit
authorKhem Raj <raj.khem@gmail.com>
Sat, 15 Feb 2020 23:23:38 +0000 (15:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2020 23:52:42 +0000 (23:52 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 7425b8cbd5e3333d5b424c9379d35ea90a691206..478240fa573005341d403369443ba855d190c5b4 100644 (file)
@@ -194,7 +194,7 @@ def package_qa_check_mime(path, name, d, elf, messages):
     """
 
     if d.getVar("datadir") + "/mime/packages" in path and path.endswith('.xml') and not bb.data.inherits_class("mime", d):
-        package_qa_add_message(messages, "mime", "package contains mime types but does not inhert mime: %s path '%s'" % \
+        package_qa_add_message(messages, "mime", "package contains mime types but does not inherit mime: %s path '%s'" % \
                  (name, package_qa_clean_path(path,d)))
 
 QAPATHTEST[mime-xdg] = "package_qa_check_mime_xdg"