mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user