[icecc.bbclass] Add connman into blacklist
authorJulian_chu <julian_chu@openmoko.com>
Mon, 20 Oct 2008 09:15:28 +0000 (17:15 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 15 Nov 2008 23:37:34 +0000 (00:37 +0100)
Disable icecc to pass compiling

classes/icecc.bbclass

index b5a858b..7222f6b 100644 (file)
@@ -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