From 3f34312b5627f8c53bbc81cc7d5a33a397356c3d Mon Sep 17 00:00:00 2001 From: Douglas Royds Date: Wed, 26 May 2021 12:27:42 +1200 Subject: Revert "icecc: Don't use icecc when INHIBIT_DEFAULT_DEPS is set" 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] (From OE-Core rev: a0e86951498db15221d8bcf6ac3ba5016b3ca144) Signed-off-by: Douglas Royds Signed-off-by: Richard Purdie --- meta/classes/icecc.bbclass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/classes/icecc.bbclass') 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') -- cgit v1.2.3-54-g00ecf