1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

sdk.bbclass: Rename to nativesdk.bbclass

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-09-17 00:05:34 +01:00
parent af85ce4b4e
commit 0d7207ca39
61 changed files with 111 additions and 112 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ def package_qa_check_arch(path,name,d):
target_arch = bb.data.getVar('TARGET_ARCH', d, True)
# FIXME: Cross package confuse this check, so just skip them
if bb.data.inherits_class('cross', d) or bb.data.inherits_class('sdk', d):
if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d):
return True
# avoid following links to /usr/bin (e.g. on udev builds)