diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 00:05:34 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 22:25:22 +0100 |
| commit | 0d7207ca39d1671682f9467a804766b151048573 (patch) | |
| tree | 88a9b9b8588d8df986f4d6f0f4a232ec41841261 /meta/classes/insane.bbclass | |
| parent | af85ce4b4e675feb5796f87137c86d70c2f15b9a (diff) | |
| download | poky-0d7207ca39d1671682f9467a804766b151048573.tar.gz | |
sdk.bbclass: Rename to nativesdk.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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) |
