kraj / meta-clang

Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
MIT License
155 stars 198 forks source link

cmake-native.bbclass: Add ubfs specific variable to ignore list #886

Closed kraj closed 10 months ago

kraj commented 10 months ago

These variables show up as dependencies of native recipes otherwise can cause clang-native to rebuild without a reason just when defined by a machine using ubifs.


Contributor checklist

Reviewer Guidelines

shr-project commented 10 months ago

How these variables end in cmake signature? I don't see it here, does some BSP export them or something? I think then the BSP layer should be fixed.

kraj commented 10 months ago

they dont, the real problem was from BSP exporting these symbols for no reason. I will send a revert