mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 05:13:37 +00:00
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. (From OE-Core rev: dab0d98eee0e196fb24c16334982b5d568caa313) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
00d373f01a
commit
519632b6c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user