]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
fontconfig: remove obsolete relative_symlinks class
authorRoss Burton <ross.burton@arm.com>
Tue, 16 Sep 2025 12:07:02 +0000 (13:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Sep 2025 10:08:20 +0000 (11:08 +0100)
commitb4b151ccf3b7d352fb8ae8299a92a7b11ff568cd
tree5459b8cc7590cd068385db296d1118743524ee15
parentbfe67c7775fb4a9177c7ca037ac08e93155b5808
fontconfig: remove obsolete relative_symlinks class

The fontconfig recipe inherited this because the symlink farm that it
creates in /etc/fonts/conf.d/ to /usr/share/fontconfig/conf.avail/ were
all absolute links, and this causes "problems" for the native sstate
code[1].

However, as of fontconfig 2.15[2] these links are created relative, so
this inherit is redundant.

[1] oe-core e478550c8cd ("openssl/fontconfig/bzip2: Use relative symlinks instead of absolute ones (using a new class)")
[2] fontconfig 5d954398 ("Create a symlink with relative path")

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb