summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-05-25 16:28:33 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-05-25 16:28:33 +0000
commit990b019a04cec33468b447bbe0166c7bd970f8ed (patch)
tree19571aa6066d3e8d9e4db1eca440a2d6481234e0 /classes
parent6cc52db97e28988e3ada9746c5e3a910571bf76f (diff)
parent9dae835ef374adaae20d75eba1109bb307c249bd (diff)
merge of '30fdc7758a8b7a86b7d59101eff9bd0011257d00'
and '9ecb8a369d6f726cbe984f8c91972f2c6bc34f1f'
Diffstat (limited to 'classes')
-rw-r--r--classes/icecc.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass
index 5fadee4ab6..446e78ae1a 100644
--- a/classes/icecc.bbclass
+++ b/classes/icecc.bbclass
@@ -253,10 +253,11 @@ def icc_path(bb,d,compile):
#"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", "qemu" ]
+ system_package_blacklist = [ "uclibc", "glibc-intermediate", "qemu" ]
for black in system_package_blacklist:
if black in package_tmp:
+ bb.data.setVar('PARALLEL_MAKE' , '', d)
return ""
#user defined exclusion list
@@ -265,6 +266,7 @@ def icc_path(bb,d,compile):
for black in user_package_blacklist:
if black in package_tmp:
+ bb.data.setVar('PARALLEL_MAKE' , '', d)
return ""