]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pkgconfig: fix build with gcc-15
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 18 Aug 2025 14:39:22 +0000 (16:39 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 20 Aug 2025 20:27:57 +0000 (13:27 -0700)
commit092ee1703d81b8aaed452189dd329320483087d3
tree106b6828f4cb97e290fb660b49694e5e15bf82eb
parent55684a63904365d8a6ab2a8ce9e091f29b0b7df5
pkgconfig: fix build with gcc-15

* on hosts with gcc-15 or whenever glib PACKAGECONFIG isn't enabled
  and pkgconfig uses own old bundled glib

* fixes:
  http://errors.yoctoproject.org/Errors/Details/853015/
../../../git/glib/glib/goption.c:169:14: error: two or more data types in declaration specifiers
  169 |     gboolean bool;
      |              ^~~~
../../../git/glib/glib/goption.c:169:18: warning: declaration does not declare anything
  169 |     gboolean bool;
      |                  ^

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/pkgconfig/pkgconfig/0001-Do-not-use-bool-as-a-field-name.patch [new file with mode: 0644]
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb