Oh neat, that worked, thanks. There'll be a v2 to this patch. I copied
previous patches that fixed this issue by patching the manifest, like
this one:
https://git.openembedded.org/openembedded-core/commit/?id=163966765d57fe38e13d0b6659795a13bc702e2d
Updating the recipe itself is kind of gross cons
This is not correct and will be undone by the next manifest update
again because that works from a default set of options. You need to
add this to the python recipe.
Alex
On Tue, 26 Nov 2024 at 02:55, Dan McGregor via lists.openembedded.org
wrote:
>
> From: Dan McGregor
>
> Seems every time pyt
From: Dan McGregor
Seems every time python is updated this gets removed. That's likely
because the tk option can't be enabled in python3-native without
creating a dependency loop.
For now, re-add the tkinter packaging info to the manifest.
Signed-off-by: Dan McGregor
---
meta/recipes-devtools