diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-16 01:09:51 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-16 01:09:51 +0100 |
commit | ce81a5820f712888529f7814ae11cce4ce3f6bd9 (patch) | |
tree | c6aa834d51accf4f4182bc0c7bfd93247c12607f /classes | |
parent | 61d929464d8d345d5e0a4d6b1a9955c77f708e3c (diff) | |
parent | e13eb6ed3ee15de931a517361ad80f9248798873 (diff) |
Merge branch 'holger/openmoko-merges' into org.openembedded.dev
Conflicts:
packages/tasks/task-openmoko-feed.bb
Diffstat (limited to 'classes')
-rw-r--r-- | classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |