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 considering the overall plan for the manifest.json method, but this will prevent it getting reverted every time Python gets updated. On Tue, 26 Nov 2024 at 05:11, Alexander Kanavin <alex.kana...@gmail.com> wrote: > > 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 > <danismostlikely=gmail....@lists.openembedded.org> wrote: > > > > From: Dan McGregor <dan.mcgre...@usask.ca> > > > > 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 <dan.mcgre...@usask.ca> > > --- > > meta/recipes-devtools/python/python3/python3-manifest.json | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json > > b/meta/recipes-devtools/python/python3/python3-manifest.json > > index 4b7f9cc7e33..3ed99b9012d 100644 > > --- a/meta/recipes-devtools/python/python3/python3-manifest.json > > +++ b/meta/recipes-devtools/python/python3/python3-manifest.json > > @@ -1092,6 +1092,7 @@ > > "core" > > ], > > "files": [ > > + "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_tkinter.*.so", > > "${libdir}/python${PYTHON_MAJMIN}/tkinter" > > ], > > "cached": [] > > -- > > 2.47.0 > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207864): https://lists.openembedded.org/g/openembedded-core/message/207864 Mute This Topic: https://lists.openembedded.org/mt/109783729/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-