[oe-commits] Saul Wold : base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list

git version control git at git.openembedded.org
Mon Sep 19 03:53:00 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 1fbb665ef20b7a2477ec4812a610f2b69a870bb1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1fbb665ef20b7a2477ec4812a610f2b69a870bb1

Author: Saul Wold <sgw at linux.intel.com>
Date:   Fri Sep 16 15:30:32 2011 -0700

base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 4ca04e2..918d859 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -385,7 +385,7 @@ python () {
 
 
         dont_want_license = bb.data.getVar('INCOMPATIBLE_LICENSE', d, 1)
-        if dont_want_license and not pn.endswith("-native") and not pn.endswith("-cross") and not pn.endswith("-cross-initial") and not pn.endswith("-cross-intermediate"):
+        if dont_want_license and not pn.endswith("-native") and not pn.endswith("-cross") and not pn.endswith("-cross-initial") and not pn.endswith("-cross-intermediate") and not pn.endswith("-crosssdk-intermediate") and not pn.endswith("-crosssdk") and not pn.endswith("-crosssdk-initial"):
             hosttools_whitelist = (bb.data.getVar('HOSTTOOLS_WHITELIST_%s' % dont_want_license, d, 1) or "").split()
             lgplv2_whitelist = (bb.data.getVar('LGPLv2_WHITELIST_%s' % dont_want_license, d, 1) or "").split()
             dont_want_whitelist = (bb.data.getVar('WHITELIST_%s' % dont_want_license, d, 1) or "").split()





More information about the Openembedded-commits mailing list