diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-20 12:10:18 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-20 13:14:00 +0100 |
| commit | 4db76e434bd65260fdd1da21c12e555b74efcb5c (patch) | |
| tree | b9be5ea80608a0651915bb7a8856407a2fc2665d /meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb | |
| parent | b82be52b5d87338b377fade08e963515579ce2d5 (diff) | |
| download | poky-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.bb | 22 |
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 @@ | |||
| 1 | require xorg-app-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "A program to create an index of scalable font files for X" | ||
| 4 | |||
| 5 | DESCRIPTION = "For each directory argument, mkfontscale reads all of the \ | ||
| 6 | scalable font files in the directory. For every font file found, an X11 \ | ||
| 7 | font name (XLFD) is generated, and is written together with the file \ | ||
| 8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ | ||
| 9 | is used by the mkfontdir program." | ||
| 10 | |||
| 11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" | ||
| 12 | |||
| 13 | PROVIDES += "mkfontdir" | ||
| 14 | RPROVIDES:${PN} += "mkfontdir" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native" | ||
| 17 | |||
| 18 | SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.xz" | ||
| 19 | |||
| 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934" | ||
| 21 | |||
| 22 | SRC_URI[sha256sum] = "8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4" | ||
