]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
fontconfig: backport a patch to fix a build race
authorRoss Burton <ross.burton@arm.com>
Fri, 16 Jan 2026 18:05:01 +0000 (18:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Jan 2026 14:21:21 +0000 (14:21 +0000)
commit0baab9204ff48ff8c45d528f91ae3204329dab2a
tree6994c544d154870c29b7520dc2f2aa1010b57414
parent0acce89f2606218286ecff1727abc335a1607713
fontconfig: backport a patch to fix a build race

There's a build race where some objects don't explicitly depend on the
generated header ftalias.h being created:

  In file included from ../sources/fontconfig-2.17.1/src/fcpat.c:23:
  ../sources/fontconfig-2.17.1/src/fcint.h:129:12: fatal error: fcalias.h: No such file or directory
    129 | #  include "fcalias.h"

Backport a patch from upstream to add the missing dependencies.

[ YOCTO #16134 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/fontconfig/fontconfig/0001-build-Added-missing-target-rule-dependencies.patch [new file with mode: 0644]
meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb