Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Alexander Kanavin
On Tue, 9 Jan 2024 at 15:57, Khem Raj wrote: > > On Tue, Jan 9, 2024 at 1:08 AM Alexander Kanavin > wrote: > > > > I think it's clang, so needs to be added to conf/nonclangable.conf? > > yes, Although it will be good to report this error upstream, since > mixing const/non-const types can have >

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Alexander Kanavin
On Tue, 9 Jan 2024 at 16:02, Khem Raj wrote: > > btw, do we need to switch branch stable -> master ? > there is patch from Leon which has descriptive commit message. [1] > > [1] > https://patchwork.yoctoproject.org/project/oe/patch/20240109135121.3460927-3-leon.an...@konsulko.com/ When I sent

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Khem Raj
btw, do we need to switch branch stable -> master ? there is patch from Leon which has descriptive commit message. [1] [1] https://patchwork.yoctoproject.org/project/oe/patch/20240109135121.3460927-3-leon.an...@konsulko.com/ On Tue, Jan 9, 2024 at 6:56 AM Khem Raj wrote: > > On Tue, Jan 9,

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Khem Raj
On Tue, Jan 9, 2024 at 1:08 AM Alexander Kanavin wrote: > > I think it's clang, so needs to be added to conf/nonclangable.conf? yes, Although it will be good to report this error upstream, since mixing const/non-const types can have unintended consequences and result in subtle bugs. > >

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Alexander Kanavin
I think it's clang, so needs to be added to conf/nonclangable.conf? /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/python3-kivy/2.3.0/git/kivy/graphics/cgl_backend/cgl_gl.c:4549:52: error: incompatible function pointer types assigning to 'void (*)(GLuint, GLsizei, const GLchar **, const

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-08 Thread Khem Raj
this fails to build here ( maybe its clang finding additional problems ) https://sprunge.us/lq5PKS On Fri, Jan 5, 2024 at 5:36 AM Alexander Kanavin wrote: > > License-Update: years, mention that it is MIT at the start. > > Signed-off-by: Alexander Kanavin > --- >

[oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-05 Thread Alexander Kanavin
License-Update: years, mention that it is MIT at the start. Signed-off-by: Alexander Kanavin --- .../python/{python3-kivy_2.2.1.bb => python3-kivy_2.3.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-kivy_2.2.1.bb =>