[oe-commits] org.oe.dev Fix typo in system restricted packages

ifaistos commit openembedded-commits at lists.openembedded.org
Tue Dec 19 19:23:34 UTC 2006


Fix typo in system restricted packages

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: fd71d3cda2e4aa25eab4f2af7fed042be5034802
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fd71d3cda2e4aa25eab4f2af7fed042be5034802
Files:
1
classes/icecc.bbclass
Diffs:

#
# mt diff -r2615762a802a943fb3b09e52d008cef73cf1c98c -rfd71d3cda2e4aa25eab4f2af7fed042be5034802
#
# 
# 
# patch "classes/icecc.bbclass"
#  from [61d2e620b82ce09bf35a86e7e4c475fc713cdfe3]
#    to [b5dd4df0905e5e5d131bbfd736d2f5a4b4cb6609]
# 
============================================================
--- classes/icecc.bbclass	61d2e620b82ce09bf35a86e7e4c475fc713cdfe3
+++ classes/icecc.bbclass	b5dd4df0905e5e5d131bbfd736d2f5a4b4cb6609
@@ -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:






More information about the Openembedded-commits mailing list