From: Koen Kooi Date: Thu, 17 May 2007 08:04:19 +0000 (+0000) Subject: insane.bbclass: fix sdk builds X-Git-Tag: Release-2010-05/1~8868^2~477 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df6b90150a759edd06afae0ea5f362650cff8cd;p=openembedded.git insane.bbclass: fix sdk builds --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 385db31784..9f243c8c9a 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -273,7 +273,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): + if bb.data.inherits_class('cross', d) or bb.data.inherits_class('sdk', d): return True # avoid following links to /usr/bin (e.g. on udev builds)