Re: [OE-core] [PATCH] icecc.bbclass: replace deprecated bash command substitution

2022-01-26 Thread Jose Quaresma
ping Jose Quaresma via lists.openembedded.org escreveu no dia quarta, 19/01/2022 à(s) 23:07: > - build some packages with icecc enabled is not supported > because of the folling that disables the icecc: > > DEBUG: while parsing set_icecc_env, unable to handle non-literal command >

[OE-core] [PATCH] icecc.bbclass: replace deprecated bash command substitution

2022-01-19 Thread Jose Quaresma
- build some packages with icecc enabled is not supported because of the folling that disables the icecc: DEBUG: while parsing set_icecc_env, unable to handle non-literal command '$ICECC_CC' - it can be replicated with: bitbake make && bitbake make -c cleansstate && bitbake make -DD grep