]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-pygobject: fix compile error with old GCC
authorRoss Burton <ross.burton@arm.com>
Fri, 23 Jan 2026 14:02:28 +0000 (14:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2026 10:08:55 +0000 (10:08 +0000)
commitf4b2eb3c29020f967580ad3a1691e17accc6f22a
treecf47049ff349ff5aa2b910efeb7e66aced4a504f
parent9b956f6b5a345bd3022a9e64fa70a0365bfac502
python3-pygobject: fix compile error with old GCC

If the build is done with GCC 10 (eg a native build on Debian 11) then
the build fails:

  gi/pygi-resulttuple.c:337:1: error: label at end of compound statement

Backport a patch from upstream to add a missing semicolon.

[ YOCTO #16147 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-devtools/python/python3-pygobject/semicolon.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3-pygobject_3.54.5.bb