diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-12-19 19:47:04 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2006-12-19 19:47:04 +0000 |
| commit | 56f481e6e144414774f1db7b38008936184c653e (patch) | |
| tree | d94225d20d66afab7578e70434706837eeecca13 | |
| parent | aa966d618d3ffa86e1a1eb4b128a46f218e16e3f (diff) | |
| parent | 9e6de6bbf2e11a7fd9dcd6d413ab44b514eeeb13 (diff) | |
merge of 893ce9c870a75676f9df8ebc22b0c4d2810882b6
and fd71d3cda2e4aa25eab4f2af7fed042be5034802
| -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: |
