Hi,
Instead of reverting we can add an exception for the packages you mentioned:
gcc-cross and friends, binutils-cross, and importantly, the linux kernel.
Douglas via lists.openembedded.org
[off-list ref] escreveu no dia
quarta, 26/05/2021 à(s) 01:28:
quoted hunk ↗ jump to hunk
Although this silenced the warnings, it also turned off icecc for
gcc-cross and friends, binutils-cross, and importantly, the linux
kernel.
This reverts commit 0315aabeff8e6483b737d0e23d6841f1394ad3c8.
[YOCTO #13863]
Signed-off-by: Douglas Royds <redacted>
---
meta/classes/icecc.bbclass | 4 ----
1 file changed, 4 deletions(-)
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index d095305ed8..0dde960e7a 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -138,10 +138,6 @@ def use_icecc(bb,d):
if icecc_is_cross_canadian(bb, d):
return "no"
- if d.getVar('INHIBIT_DEFAULT_DEPS', False):
- # We don't have a compiler, so no icecc
- return "no"
-
pn = d.getVar('PN')
bpn = d.getVar('BPN')
--2.25.1
--
Best regards,
José Quaresma