From f269bb70be4a91b37e35e3057c4f104ccdbc2f63 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Mar 2024 15:08:07 +0800 Subject: libfontenc: upgrade 1.1.7 -> 1.1.8 Changelog: ========== -Set close-on-exec when opening files -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -Remove "All rights reserved" from Oracle copyright notices -configure: raise minimum autoconf requirement to 2.70 (From OE-Core rev: 10563e9f2d75a85a8d9c85cc79dcd851df669e13) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb | 16 ---------------- meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb create mode 100644 meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb deleted file mode 100644 index 056a29af25..0000000000 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "X font encoding library" - -DESCRIPTION = "libfontenc is a library which helps font libraries \ -portably determine and deal with different encodings of fonts." - -require xorg-lib-common.inc - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" - -DEPENDS += "zlib xorgproto font-util" -PE = "1" - -SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb new file mode 100644 index 0000000000..0fc117fc58 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb @@ -0,0 +1,16 @@ +SUMMARY = "X font encoding library" + +DESCRIPTION = "libfontenc is a library which helps font libraries \ +portably determine and deal with different encodings of fonts." + +require xorg-lib-common.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" + +DEPENDS += "zlib xorgproto font-util" +PE = "1" + +SRC_URI[sha256sum] = "7b02c3d405236e0d86806b1de9d6868fe60c313628b38350b032914aa4fd14c6" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf