[oe] [PATCH] package.bbclass: search for dangling links in installation directory

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Wed Apr 14 13:23:01 UTC 2010


Enrico Scholz <enrico.scholz at sigma-chemnitz.de> writes:

> The old dangling link detection used os.stat() on the file and
> registered it as a dangling link when it was not found. This causes
> problems when the link is an absolute one because it will check
> files of the host system.
> ...
> As this is only a QA mechanism which does not affect the resulting
> package, there is checked for generic OSErrors only, not only for
> ENOENT.  Other problems (e.g. EPERM) will be reported by other
> functions.

oops... forgot the

Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>




More information about the Openembedded-devel mailing list