Richard Purdie 
<[email protected]> writes:

> -                   os.path.isfile(file):
> ...
> +                try:
> +                    s = os.stat(file)
> +                except OSError, (err, strerror):
> +                    if err != errno.ENOENT:
> +                        raise

Causes a regression (resp. triggers the previously hidden bug catched by
the os.path.isfile() check):

ERROR: Error executing a python function in 
.../org.openembedded.core/meta/recipes-core/systemd/systemd-serialgetty.bb:
OSError: [Errno 13] Permission denied: 
'.../systemd-serialgetty/1.0-r3/package/etc/systemd/system/getty.target.wants/[email protected]'



Enrico

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to