diff options
Diffstat (limited to 'meta/classes/icecc.bbclass')
-rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 8a351cf3b8..8a3308bdda 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -115,7 +115,7 @@ def use_icecc(bb,d): | |||
115 | # for one reason or the other | 115 | # for one reason or the other |
116 | # this is the old list (which doesn't seem to be valid anymore, because I was able to build | 116 | # this is the old list (which doesn't seem to be valid anymore, because I was able to build |
117 | # all these with icecc enabled) | 117 | # all these with icecc enabled) |
118 | # system_package_blacklist = [ "uclibc", "glibc", "gcc", "bind", "u-boot", "dhcp-forwarder", "enchant", "connman", "orbit2" ] | 118 | # system_package_blacklist = [ "glibc", "gcc", "bind", "u-boot", "dhcp-forwarder", "enchant", "connman", "orbit2" ] |
119 | # when adding new entry, please document why (how it failed) so that we can re-evaluate it later | 119 | # when adding new entry, please document why (how it failed) so that we can re-evaluate it later |
120 | # e.g. when there is new version | 120 | # e.g. when there is new version |
121 | # building libgcc-initial with icecc fails with CPP sanity check error if host sysroot contains cross gcc built for another target tune/variant | 121 | # building libgcc-initial with icecc fails with CPP sanity check error if host sysroot contains cross gcc built for another target tune/variant |