]> code.ossystems Code Review - openembedded-core.git/commit
pkgconfig: Fix nativesdk builds for mingw sdk hosts
authorKhem Raj <raj.khem@gmail.com>
Sat, 1 May 2021 21:12:21 +0000 (14:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 May 2021 22:21:39 +0000 (23:21 +0100)
commit348b1ebb917cdd65e6678078e23a3f9fa079badc
tree47b3cf56f23e81d29e9df5740d534cfe258e7332
parente464efc07a8997c43998a9c6a9544be11ab4f303
pkgconfig: Fix nativesdk builds for mingw sdk hosts

pkgconfig uses a vendored version of ancient glib-2.0, which does not
have many of fixes that current glib-2.0 will have, we enable this
internal version for nativesdk/native recipe, which on mingw hosts does
not work well, as its missing necessary mingw support. This patch
backports couple of fixes which makes GCC11 happy

but its going to be a constant source of pain as long as we support mingw

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Joshua Watt <jpewhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconfig/pkgconfig/0001-autotools-remove-support-for-the-__int64-type.-See-1.patch [new file with mode: 0644]
meta/recipes-devtools/pkgconfig/pkgconfig/0001-autotools-use-C99-printf-format-specifiers-on-Window.patch [new file with mode: 0644]
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb