mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
insane: remove empty test that does nothing
(From OE-Core rev: 5da7ad1a483d0840a9a2e3b95fa62a1901be73f2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ad3f53dfe4
commit
dbf5d29c3d
@@ -259,13 +259,6 @@ def package_qa_check_dbg(path, name, d, elf, messages):
|
||||
package_qa_add_message(messages, "debug-files", "non debug package contains .debug directory: %s path %s" % \
|
||||
(name, package_qa_clean_path(path,d)))
|
||||
|
||||
QAPATHTEST[perms] = "package_qa_check_perm"
|
||||
def package_qa_check_perm(path,name,d, elf, messages):
|
||||
"""
|
||||
Check the permission of files
|
||||
"""
|
||||
return
|
||||
|
||||
QAPATHTEST[arch] = "package_qa_check_arch"
|
||||
def package_qa_check_arch(path,name,d, elf, messages):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user