insane: Don't try to run objdump on symlinks
authorPhil Blundell <philb@gnu.org>
Mon, 15 Oct 2012 10:28:00 +0000 (11:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:13:49 +0000 (12:13 +0100)
commit2cfd469e41f10231fdfccea22f2f406a4cf06536
treed0ba0a068bb1e00736a26161d7354f80863dec78
parent1bac0f364e9f087cfb8271203fb5b2543b65afc0
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>
meta/classes/insane.bbclass