From 200790af7e6245d2f3c64095b561dbed75673de7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 Dec 2022 15:29:52 +0800 Subject: 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 --- meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb | 18 ------------------ meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb create mode 100644 meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb deleted file mode 100644 index 8f9602d3ae..0000000000 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb +++ /dev/null @@ -1,18 +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" - -XORG_EXT = "tar.xz" - -SRC_URI[sha256sum] = "ea8606ed5255dda8f570b7d1a74d59ee8d198675b2f114d07807431e6ba1d111" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb new file mode 100644 index 0000000000..297bfbe4e6 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb @@ -0,0 +1,18 @@ +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" + +XORG_EXT = "tar.xz" + +SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf