diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2b0c284775..56d6a0b887 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -289,7 +289,7 @@ def package_qa_check_arch(path,name,d): | |||
289 | target_arch = bb.data.getVar('TARGET_ARCH', d, True) | 289 | target_arch = bb.data.getVar('TARGET_ARCH', d, True) |
290 | 290 | ||
291 | # FIXME: Cross package confuse this check, so just skip them | 291 | # FIXME: Cross package confuse this check, so just skip them |
292 | if bb.data.inherits_class('cross', d) or bb.data.inherits_class('sdk', d): | 292 | if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d): |
293 | return True | 293 | return True |
294 | 294 | ||
295 | # avoid following links to /usr/bin (e.g. on udev builds) | 295 | # avoid following links to /usr/bin (e.g. on udev builds) |