On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote:
> +def packages_qa_unshipped_files(d):
> +    skip = (d.getVar('INSANE_SKIP_${PN}', True) or "").split()
> +    if "unshipped" in skip:
> +        return False

        [...]

> +    if not packages_qa_unshipped_files(d):
> +        shipped_sane = False
>  
> -    if not walk_sane or not rdepends_sane:
> +    if not walk_sane or not rdepends_sane or not shipped_sane:
>          bb.fatal("QA run found fatal errors. Please consider fixing them.")

Is that really what you want?

p.



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

Reply via email to