From: Wang Mingyu Date: Tue, 3 Mar 2026 10:09:14 +0000 (+0800) Subject: libfontenc: upgrade 1.1.8 -> 1.1.9 X-Git-Tag: uninative-5.1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0252348a7529d411c248cb43d8ea9fa0f91a20;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libfontenc: upgrade 1.1.8 -> 1.1.9 Changelog: =========== - gitlab CI: drop the ci-fairy check-mr job - meson: Add option to build with meson - configure: Use pkg-config to handle zlib dependency if possible Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.9.bb similarity index 80% rename from meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb rename to meta/recipes-graphics/xorg-lib/libfontenc_1.1.9.bb index 0fc117fc58e..07278251129 100644 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.9.bb @@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" DEPENDS += "zlib xorgproto font-util" PE = "1" -SRC_URI[sha256sum] = "7b02c3d405236e0d86806b1de9d6868fe60c313628b38350b032914aa4fd14c6" +SRC_URI[sha256sum] = "9d8392705cb10803d5fe1d27d236cbab3f664e26841ce01916bbbe430cf273e2" BBCLASSEXTEND = "native"