| Message ID | 20260116180501.1548304-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] fontconfig: remove obsolete workaround | expand |
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb index de2642bdd1..eca12400db 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb @@ -29,11 +29,6 @@ SRC_URI[sha256sum] = "9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c02 UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)" -do_configure:prepend() { - # work around https://bugs.freedesktop.org/show_bug.cgi?id=101280 - rm -f ${S}/src/fcobjshash.h ${S}/src/fcobjshash.gperf -} - do_install:append:class-target() { # duplicate fc-cache for postinstall script mkdir -p ${D}${libexecdir}
We don't need to delete two stale files from the source tree anymore, as they are no longer shipped in the tarballs[1]. [1] fontconfig 31269e35 ("Do not ship fcobjshash.h") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/fontconfig/fontconfig_2.17.1.bb | 5 ----- 1 file changed, 5 deletions(-)