]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: Fix RPATH warning in the face of funny path strings
authorAndy Ross <andy.ross@windriver.com>
Mon, 20 Aug 2012 21:05:58 +0000 (14:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Aug 2012 10:49:45 +0000 (11:49 +0100)
commit72a924d0686389d648338efd3f675fc85ee2d181
tree26cfc42dcfb3ae7ff55ef9cd887fed372558a144
parentf5c39ea822b440ae4bdd38be94fcf8a2814d2229
insane.bbclass: Fix RPATH warning in the face of funny path strings

In toolchain edge cases it's possible for the RPATH of a library to be
set to something like "/usr/lib/../lib".  This should be detected as
"/usr/lib" and generate a warning.

Signed-off-by: Andy Ross <andy.ross@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass