From: Richard Purdie Date: Mon, 4 Jul 2022 14:17:31 +0000 (+0100) Subject: insane: Drop debug exclusion from buildpaths test X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3595 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab0d98eee0e196fb24c16334982b5d568caa313;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane: Drop debug exclusion from buildpaths test 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 --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index e571d72e183..37e10ad850a 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -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