]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: fix path for relative links on elf files, when moved to debugdir
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 20 Nov 2011 21:32:53 +0000 (22:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Nov 2011 15:49:50 +0000 (15:49 +0000)
commit27cf695f1cf259f8c79214e95a0c4bc2c0779b81
treedc9581d144226cd31332ca4e037ff087198b77ec
parent9f743b5033177216fe0e1d3e43ba831f356df08e
package.bbclass: fix path for relative links on elf files, when moved to debugdir

* relative links for elf files like ../foo.so ends up in the
  debugdir with ../.debug/foo.so, this causes infinite fileaccessloops
  fix it by adding an extra "../" to the link path

Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass