]> code.ossystems Code Review - openembedded-core.git/commit
relocatable.bbclass: ignore symlinks
authorJoshua Lock <josh@linux.intel.com>
Thu, 8 Apr 2010 15:38:16 +0000 (16:38 +0100)
committerJoshua Lock <josh@linux.intel.com>
Thu, 8 Apr 2010 15:41:24 +0000 (16:41 +0100)
commit1ac0a1aebe287296de820b106913a29f0b8944c3
tree31cc97de518a1afa587d6c42a41faf64a0067dda
parent10b6d140622e56f70dd5f84b66b8580be6f78c68
relocatable.bbclass: ignore symlinks

If this links to a file created by the package install we already handle it
when we process the sysroot. By ignoring symlinks here we don't cause a build
to fail when the symlink is to somewhere in the host OS.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/relocatable.bbclass