]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
insane: Drop debug exclusion from buildpaths test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Jul 2022 14:17:31 +0000 (15:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jul 2022 11:23:51 +0000 (12:23 +0100)
Once, we didn't have reproducible debug info and weren't sure how we'd get it.
This is long since fixed so we can drop this exclusion as obsolete.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index e571d72e1830e8dba06ae7c92e2698c47d518c13..37e10ad850ad97a6f737f4d5ad5d41cd8276344f 100644 (file)
@@ -445,9 +445,6 @@ def package_qa_check_buildpaths(path, name, d, elf, messages):
     explicitly ignored.
     """
     import stat
-    # Ignore .debug files, not interesting
-    if path.find(".debug") != -1:
-        return
 
     # Ignore symlinks/devs/fifos
     mode = os.lstat(path).st_mode