[OE-core] [PATCH 5/9] Move check that all installed files are shipped into insane.bbclass

Phil Blundell philb at gnu.org
Tue Dec 13 16:27:56 UTC 2011


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.






More information about the Openembedded-core mailing list