Fix typo in system restricted packages
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 19 Dec 2006 19:20:05 +0000 (19:20 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 19 Dec 2006 19:20:05 +0000 (19:20 +0000)
classes/icecc.bbclass

index cf1ab63..5fadee4 100644 (file)
@@ -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: