diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-10-21 13:22:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:20 +0100 |
commit | dea45536a0c14bfae856d0230dd3e8f56c2e888d (patch) | |
tree | 494aba98285f6e4c895658ef7dc4267bd15e96fc /meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb | |
parent | f0dc97285df240e60bdae39ddfa4ac5d0a6a5436 (diff) | |
download | poky-dea45536a0c14bfae856d0230dd3e8f56c2e888d.tar.gz |
libxfont: Upgrade 1.5.1 -> 1.5.2
Bug fix release.
(From OE-Core rev: c59b51b0293d523ecf0a105171d792d7de0aef70)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb new file mode 100644 index 0000000000..a5694a338e --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.5.2.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "XFont: X Font rasterisation library" | ||
2 | |||
3 | DESCRIPTION = "libXfont provides various services for X servers, most \ | ||
4 | notably font selection and rasterisation (through external libraries \ | ||
5 | such as freetype)." | ||
6 | |||
7 | require xorg-lib-common.inc | ||
8 | |||
9 | LICENSE = "MIT & MIT-style & BSD" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | ||
11 | |||
12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" | ||
13 | PROVIDES = "xfont" | ||
14 | |||
15 | PE = "1" | ||
16 | |||
17 | XORG_PN = "libXfont" | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||
20 | |||
21 | SRC_URI[md5sum] = "254ee42bd178d18ebc7a73aacfde7f79" | ||
22 | SRC_URI[sha256sum] = "02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71" | ||
23 | |||
24 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
25 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||