From 66d905fee4c7ea0d820276cd54d8c2865745e5dd Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Sun, 4 Sep 2022 17:17:43 -0700 Subject: libfontenc: Update 1.1.4 to 1.1.6 Tarball switched from bz2 to xz. (From OE-Core rev: cd549402c899585eb20466a728bf93f3133b0ff2) Signed-off-by: Robert Joslyn Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb | 17 ----------------- meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb create mode 100644 meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb deleted file mode 100644 index 1fc74b1995..0000000000 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb +++ /dev/null @@ -1,17 +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[md5sum] = "6447db6a689fb530c218f0f8328c3abc" -SRC_URI[sha256sum] = "2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb new file mode 100644 index 0000000000..8f9602d3ae --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.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] = "ea8606ed5255dda8f570b7d1a74d59ee8d198675b2f114d07807431e6ba1d111" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf