summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-16 13:07:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-18 11:16:42 +0100
commit84f746b70731a034d6dbfc2dac3c7950218f91e4 (patch)
treee0f4f7e48466945cea3c7753adac5c3063279fe7
parent48c3f8d15faad1a0be86b1c8705997e2e6123058 (diff)
downloadpoky-84f746b70731a034d6dbfc2dac3c7950218f91e4.tar.gz
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") (From OE-Core rev: b4b151ccf3b7d352fb8ae8299a92a7b11ff568cd) 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>
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb
index 17d2f87dd6..48151fe4f5 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb
+++ b/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb
@@ -57,7 +57,7 @@ RREPLACES:fontconfig-utils = "libfontconfig-utils"
57RCONFLICTS:fontconfig-utils = "libfontconfig-utils" 57RCONFLICTS:fontconfig-utils = "libfontconfig-utils"
58DEBIAN_NOAUTONAME:fontconfig-utils = "1" 58DEBIAN_NOAUTONAME:fontconfig-utils = "1"
59 59
60inherit meson pkgconfig relative_symlinks gettext 60inherit meson pkgconfig gettext
61 61
62FONTCONFIG_CACHE_DIR ?= "${localstatedir}/cache/fontconfig" 62FONTCONFIG_CACHE_DIR ?= "${localstatedir}/cache/fontconfig"
63 63