summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-20 12:10:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-20 13:14:00 +0100
commit4db76e434bd65260fdd1da21c12e555b74efcb5c (patch)
treeb9be5ea80608a0651915bb7a8856407a2fc2665d /meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb
parentb82be52b5d87338b377fade08e963515579ce2d5 (diff)
downloadpoky-4db76e434bd65260fdd1da21c12e555b74efcb5c.tar.gz
mkfontscale: upgrade 1.2.1 -> 1.2.2
temporarily override SRC_URI which is hard-coded in xorg-app-common.inc since new versions of packages use a new compression format - .tar.xz (From OE-Core rev: 7ac5e224fe55db17651988435a569a8a25b6b09f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb
new file mode 100644
index 0000000000..573b05128e
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb
@@ -0,0 +1,22 @@
1require xorg-app-common.inc
2
3SUMMARY = "A program to create an index of scalable font files for X"
4
5DESCRIPTION = "For each directory argument, mkfontscale reads all of the \
6scalable font files in the directory. For every font file found, an X11 \
7font name (XLFD) is generated, and is written together with the file \
8name to a file fonts.scale in the directory. The resulting fonts.scale \
9is used by the mkfontdir program."
10
11DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto"
12
13PROVIDES += "mkfontdir"
14RPROVIDES:${PN} += "mkfontdir"
15
16BBCLASSEXTEND = "native"
17
18SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.xz"
19
20LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934"
21
22SRC_URI[sha256sum] = "8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4"