From 200790af7e6245d2f3c64095b561dbed75673de7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 Dec 2022 15:29:52 +0800 Subject: [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7 Changelog: configure: Use AC_SYS_LARGEFILE to enable large file support (From OE-Core rev: baac35c74480315ca6f12627b1f7bd73036af50e) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../xorg-lib/{libfontenc_1.1.6.bb => libfontenc_1.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.6.bb => libfontenc_1.1.7.bb} (81%) diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb similarity index 81% rename from meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb rename to meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb index 8f9602d3ae..297bfbe4e6 100644 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb @@ -13,6 +13,6 @@ PE = "1" XORG_EXT = "tar.xz" -SRC_URI[sha256sum] = "ea8606ed5255dda8f570b7d1a74d59ee8d198675b2f114d07807431e6ba1d111" +SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2" BBCLASSEXTEND = "native"