diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-20 13:41:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-20 13:41:22 +0000 |
commit | fbbf08bd5428308ad377287748883996a773b1e7 (patch) | |
tree | d5b2fef4a79a4bff09fd8ad23edf0990142936a8 /classes | |
parent | f8802750ea8b07879d8ebb4eed329e7a468a134a (diff) | |
parent | 24b5de89da4f45465f88dada33d6563a96a5659f (diff) |
merge of '2601e7ef59afcc83010bc4a599716c775a867e2e'
and '2cb095a37f96f3f076129401bcf32c8ad04a340f'
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 cf1ab630fa..5fadee4ab6 100644 --- a/classes/icecc.bbclass +++ b/classes/icecc.bbclass @@ -253,7 +253,7 @@ 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 = [ "ulibc", "glibc", "qemu" ] + system_package_blacklist = [ "uclibc", "glibc", "qemu" ] for black in system_package_blacklist: if black in package_tmp: |