summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/qa.py
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2012-10-15 11:28:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:13:49 +0100
commit0fd014eadac6451d7be40d7332d14c5bcd84dfea (patch)
tree840fd291da4d9079534a67460ade9b95b83ff4b6 /meta/lib/oe/qa.py
parentf8c90bce73647f11658edcd2dda9a3c3bfd8b274 (diff)
downloadpoky-0fd014eadac6451d7be40d7332d14c5bcd84dfea.tar.gz
insane: Don't try to run objdump on symlinks
If the link is absolute then we might end up reading from a host binary or a nonexistent path, neither of which will produce useful results and may result in objdump failure and python backtrace spew. If the link does point to a binary within the installation root then we will scan the pointed-to file at some point anyway so there is no need to do it again. (From OE-Core rev: 91769af1c1175ac9bb43d16d05fb1c8736dd9287) Signed-off-by: Phil Blundell <pb@pbcl.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/qa.py')
0 files changed, 0 insertions, 0 deletions