summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-20 10:44:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-23 13:55:25 +0100
commitabc7d95ab52fa4026fe7ee7e9b6addd5e1a96b3f (patch)
tree81f52ce60bc70401e7d3cb20c23d77b88f423699
parentf3a389a6d752d30e29b5e6c56d6169c4387733a6 (diff)
downloadpoky-abc7d95ab52fa4026fe7ee7e9b6addd5e1a96b3f.tar.gz
encodings: update 1.0.5 -> 1.0.6
Add ability to tweak compressor suffix in filenames, similar to xorg apps and drivers. (From OE-Core rev: b1fb0fbfbf0bcf50906a26421435d7165be64281) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-font/encodings/nocompiler.patch8
-rw-r--r--meta/recipes-graphics/xorg-font/encodings_1.0.6.bb (renamed from meta/recipes-graphics/xorg-font/encodings_1.0.5.bb)6
-rw-r--r--meta/recipes-graphics/xorg-font/xorg-font-common.inc3
3 files changed, 9 insertions, 8 deletions
diff --git a/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch b/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
index ec7c7d80c1..9ee7abe775 100644
--- a/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
+++ b/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
@@ -1,4 +1,4 @@
1From b08c43a0842076e0a94e88ad6456a9326cd7ffc9 Mon Sep 17 00:00:00 2001 1From 0c0790e90a68bf8290da5c0e57142bf7c620f039 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Tue, 17 May 2011 23:03:02 +0000 3Date: Tue, 17 May 2011 23:03:02 +0000
4Subject: [PATCH] Improve handling of 'all' architecture recipes and their 4Subject: [PATCH] Improve handling of 'all' architecture recipes and their
@@ -21,12 +21,12 @@ RP 17/5/2011
21 1 file changed, 3 insertions(+), 3 deletions(-) 21 1 file changed, 3 insertions(+), 3 deletions(-)
22 22
23diff --git a/configure.ac b/configure.ac 23diff --git a/configure.ac b/configure.ac
24index 622c27b..5ee84ed 100644 24index b80e3de..80208bb 100644
25--- a/configure.ac 25--- a/configure.ac
26+++ b/configure.ac 26+++ b/configure.ac
27@@ -3,12 +3,12 @@ AC_INIT([encodings], [1.0.5], 27@@ -3,12 +3,12 @@ AC_INIT([encodings], [1.0.6],
28 [https://gitlab.freedesktop.org/xorg/font/encodings/issues]) 28 [https://gitlab.freedesktop.org/xorg/font/encodings/issues])
29 AM_INIT_AUTOMAKE([foreign dist-bzip2]) 29 AM_INIT_AUTOMAKE([foreign dist-xz])
30 30
31-# Require xorg-macros: XORG_DEFAULT_OPTIONS 31-# Require xorg-macros: XORG_DEFAULT_OPTIONS
32 m4_ifndef([XORG_MACROS_VERSION], 32 m4_ifndef([XORG_MACROS_VERSION],
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.6.bb
index 8ddbaf24dd..be82414eef 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.0.6.bb
@@ -7,14 +7,14 @@ require xorg-font-common.inc
7LICENSE = "PD" 7LICENSE = "PD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" 8LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76"
9PE = "1" 9PE = "1"
10PR = "r3"
11 10
12DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" 11DEPENDS = "mkfontscale-native mkfontdir-native font-util-native"
13RDEPENDS:${PN} = "" 12RDEPENDS:${PN} = ""
14 13
15SRC_URI += "file://nocompiler.patch" 14SRC_URI += "file://nocompiler.patch"
16SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a" 15SRC_URI[sha256sum] = "77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26"
17SRC_URI[sha256sum] = "bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31" 16
17SRC_URI_EXT = "xz"
18 18
19inherit allarch 19inherit allarch
20 20
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
index 2df23efed4..edf7cf7642 100644
--- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc
+++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
@@ -9,7 +9,8 @@ RDEPENDS:${PN} = "encodings font-util font-alias"
9 9
10XORG_PN = "${BPN}" 10XORG_PN = "${BPN}"
11 11
12SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2" 12SRC_URI_EXT = "bz2"
13SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.${SRC_URI_EXT}"
13S = "${WORKDIR}/${XORG_PN}-${PV}" 14S = "${WORKDIR}/${XORG_PN}-${PV}"
14 15
15inherit autotools pkgconfig features_check 16inherit autotools pkgconfig features_check