diff options
Diffstat (limited to 'meta/classes-global')
| -rw-r--r-- | meta/classes-global/insane.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index c32dfffd83..4eb8cb1397 100644 --- a/meta/classes-global/insane.bbclass +++ b/meta/classes-global/insane.bbclass | |||
| @@ -344,11 +344,6 @@ def package_qa_check_arch(path,name,d, elf, messages): | |||
| 344 | oe.qa.add_message(messages, "arch", pn + ": Recipe inherits the allarch class, but has packaged architecture-specific binaries") | 344 | oe.qa.add_message(messages, "arch", pn + ": Recipe inherits the allarch class, but has packaged architecture-specific binaries") |
| 345 | return | 345 | return |
| 346 | 346 | ||
| 347 | # FIXME: Cross package confuse this check, so just skip them | ||
| 348 | for s in ['cross', 'nativesdk', 'cross-canadian']: | ||
| 349 | if bb.data.inherits_class(s, d): | ||
| 350 | return | ||
| 351 | |||
| 352 | # avoid following links to /usr/bin (e.g. on udev builds) | 347 | # avoid following links to /usr/bin (e.g. on udev builds) |
| 353 | # we will check the files pointed to anyway... | 348 | # we will check the files pointed to anyway... |
| 354 | if os.path.islink(path): | 349 | if os.path.islink(path): |
