[OE-core] [PATCH] insane bbclass: turn fatal errors back into fatal errors

Koen Kooi koen at dominion.thruhere.net
Fri Jul 1 17:33:42 UTC 2011


Op 1 jul 2011, om 19:25 heeft Mark Hatle het volgende geschreven:

> On 7/1/11 12:16 PM, Khem Raj wrote:
>> On 07/01/2011 10:12 AM, Richard Purdie wrote:
>>> gcc-4.6.0+svnr175150, non dev contains .so, gcc, /work/i586-poky-linux/gcc-4.6.0+svnr175150-r4/packages-split/gcc/usr/libexec/gcc/i586-poky-linux/4.6.1/liblto_plugin.so
>>>> 
>> 
>> This should be packages with gcc itself. May be adding to FILES will get 
>> rid of this warning
> 
> The warning above indicates that it -is- being packaged in the 'gcc' package.
> The check verified that no files of the name .so exit and they are not symlinks:
> 
>    if not name.endswith("-dev") and not name.endswith("-dbg") and
> path.endswith(".so") and os.path.islink(path):
> 
> In this case, I believe that the file is likely supposed to be there.  Is there
> a way to selectively disable insane checks on a per-recipe basis when we know
> they are wrong?

We only have the big INSANE_SKIP_gcc = True hammer



More information about the Openembedded-core mailing list