[OE-core] [PATCH] meta/classes/menson.bbclass: Add python3 dependency

Alexander Kanavin alex.kanavin at gmail.com
Thu Jan 9 11:22:51 UTC 2020


On Thu, 9 Jan 2020 at 02:43, Aníbal Limón <anibal.limon at linaro.org> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20200109/3fe3e529/attachment.html>


More information about the Openembedded-core mailing list