diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-05 16:43:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:00:42 +0000 |
commit | 9c816a9c44a57781c7dc03ac982de39ddd2ee4d8 (patch) | |
tree | 2ee18e98ce7fee19b0970939bee71cade06340d2 /meta/recipes-graphics | |
parent | bba9cdbf537c3baa9418c8e2b09df88e7c24f8d5 (diff) | |
download | poky-9c816a9c44a57781c7dc03ac982de39ddd2ee4d8.tar.gz |
mkfontscale: update to 1.2.1
mkfontdir utility has been merged into mkfontscale source tree,
so a separate recipe is no longer needed (and clashes on install).
License-Update: additional copyright claims from Red Hat and Open Group
(From OE-Core rev: d4d403bb1d116751c676eab121698c7e09f070ee)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb | 22 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb (renamed from meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb) | 9 |
2 files changed, 6 insertions, 25 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb deleted file mode 100644 index a453e24876..0000000000 --- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "A program to create an index of X font files in a directory" | ||
4 | |||
5 | DESCRIPTION = "For each directory argument, mkfontdir reads all of the \ | ||
6 | font files in the directory. The font names and related data are written \ | ||
7 | out to the files \"fonts.dir\", \"fonts.scale\", and \"fonts.alias\". \ | ||
8 | The X server and font server use these files to find the available font \ | ||
9 | files." | ||
10 | |||
11 | PE = "1" | ||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | RDEPENDS_${PN} += "mkfontscale" | ||
15 | RDEPENDS_${PN}_class-native += "mkfontscale-native" | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||
18 | |||
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=b4fcf2b90cadbfc15009b9e124dc3a3f" | ||
20 | |||
21 | SRC_URI[md5sum] = "18c429148c96c2079edda922a2b67632" | ||
22 | SRC_URI[sha256sum] = "56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530" | ||
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb index 2a6bec1649..a767ee847b 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb | |||
@@ -10,9 +10,12 @@ is used by the mkfontdir program." | |||
10 | 10 | ||
11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" | 11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" |
12 | 12 | ||
13 | PROVIDES += "mkfontdir" | ||
14 | RPROVIDES_${PN} += "mkfontdir" | ||
15 | |||
13 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
14 | 17 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934" |
16 | 19 | ||
17 | SRC_URI[md5sum] = "987c438e79f5ddb84a9c5726a1610819" | 20 | SRC_URI[md5sum] = "215940de158b1a3d8b3f8b442c606e2f" |
18 | SRC_URI[sha256sum] = "1e98df69ee5f4542d711e140e1d93e2c3f2775407ccbb7849110d52b91782a6a" | 21 | SRC_URI[sha256sum] = "ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7" |