[oe-commits] Julian_chu : [icecc.bbclass] Add connman into blacklist

GIT User account git at amethyst.openembedded.net
Sat Nov 15 23:39:07 UTC 2008


Module: openembedded.git
Branch: holger/openmoko-merges
Commit: 549cdee30cca91d04c23c35ca998ef5033192f5e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=549cdee30cca91d04c23c35ca998ef5033192f5e

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Mon Oct 20 17:15:28 2008 +0800

[icecc.bbclass] Add connman into blacklist

Disable icecc to pass compiling

---

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

diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass
index b5a858b..7222f6b 100644
--- a/classes/icecc.bbclass
+++ b/classes/icecc.bbclass
@@ -251,7 +251,7 @@ def icc_path(bb,d):
 
     #"system" package blacklist contains a list of packages that can not distribute compile tasks
     #for one reason or the other
-    system_package_blacklist = [ "uclibc", "glibc", "gcc", "qemu", "bind", "u-boot", "dhcp-forwarder", "enchant" ]
+    system_package_blacklist = [ "uclibc", "glibc", "gcc", "qemu", "bind", "u-boot", "dhcp-forwarder", "enchant", "connman" ]
     user_package_blacklist = (bb.data.getVar('ICECC_USER_PACKAGE_BL', d) or "").split()
     package_blacklist = system_package_blacklist + user_package_blacklist
 





More information about the Openembedded-commits mailing list