On Thu, 9 Jan 2020 at 02:43, Aníbal Limón <[email protected]> wrote:
> -DEPENDS_append = " meson-native ninja-native" > +DEPENDS_append = " meson-native ninja-native python3" > Apologies, but I cannot accept this. Not all meson-based components even ask for python, and this adds a non-trivial (built time wise) target dependency to them all. There is also the potential to create circular dependencies some time in the future if something required by target python switches over to meson. I suggest you rather patch meson itself, so that the python probe implemented there does not import a target module. Alex
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
