]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Fix darwin shlib handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Sep 2013 11:48:27 +0000 (12:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Sep 2013 13:11:27 +0000 (14:11 +0100)
commit07e697d651178a84007123181fca38e4d98ae0e9
tree000954a601c36fa61e59945667ce297f16927922
parent2ca72d35e839a0fa24d33bf75343f187792f4e2c
package.bbclass: Fix darwin shlib handling

shlibs dependency calculations on darwin we not functioning correctly, we
need to process the filename without the complete path. If we don't,
"." characters in the path cause problems.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass