From 549cdee30cca91d04c23c35ca998ef5033192f5e Mon Sep 17 00:00:00 2001 From: Julian_chu Date: Mon, 20 Oct 2008 17:15:28 +0800 Subject: [PATCH] [icecc.bbclass] Add connman into blacklist Disable icecc to pass compiling --- classes/icecc.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass index b5a858bb1f..7222f6b349 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 -- 2.39.5