On Mon, 2011-07-25 at 16:14 +0200, Enrico Scholz wrote: > Phil Blundell <philb-mXXj517/[email protected]> writes: > > >> We don't want to change the owner/mode of symlinks, as this may > >> affect the target of the link. Also broken links will fail as well. > > > > This seems like it will cause links themselves to end up getting shipped > > under the UID/GID that was used for building > > there should be used 'os.lchown()' instead of 'os.chown()' in fix_perms() > and the 'os.chmod()' call must be omitted for links.
Right, exactly. I think that would be a much better change. p. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
