diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-15 15:23:38 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-18 23:53:54 +0000 |
commit | f9e0c99568c7374a84e9aeb72e7f886688a6b648 (patch) | |
tree | 1b01c8503234f76d320cc6e782ea30387b295827 /meta/classes/insane.bbclass | |
parent | 548cfcb5480adab3c504f8ca321fce9acbbd8bb8 (diff) | |
download | poky-f9e0c99568c7374a84e9aeb72e7f886688a6b648.tar.gz |
insane.bbclass: Correct typo inhert->inherit
(From OE-Core rev: 8fdceff7a9581173726c2a2636a5815accca73e2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 7425b8cbd5..478240fa57 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -194,7 +194,7 @@ def package_qa_check_mime(path, name, d, elf, messages): | |||
194 | """ | 194 | """ |
195 | 195 | ||
196 | if d.getVar("datadir") + "/mime/packages" in path and path.endswith('.xml') and not bb.data.inherits_class("mime", d): | 196 | if d.getVar("datadir") + "/mime/packages" in path and path.endswith('.xml') and not bb.data.inherits_class("mime", d): |
197 | package_qa_add_message(messages, "mime", "package contains mime types but does not inhert mime: %s path '%s'" % \ | 197 | package_qa_add_message(messages, "mime", "package contains mime types but does not inherit mime: %s path '%s'" % \ |
198 | (name, package_qa_clean_path(path,d))) | 198 | (name, package_qa_clean_path(path,d))) |
199 | 199 | ||
200 | QAPATHTEST[mime-xdg] = "package_qa_check_mime_xdg" | 200 | QAPATHTEST[mime-xdg] = "package_qa_check_mime_xdg" |