diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-30 13:45:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | f1a277433c7c582d46fae43168d84beb03b7d554 (patch) | |
tree | 9abee015cc2d3b7645e3d13acb94e268450398e7 /meta/recipes-graphics | |
parent | 3665b46e5ff5014110f427e681c11134e61963d7 (diff) | |
download | poky-f1a277433c7c582d46fae43168d84beb03b7d554.tar.gz |
freetype: update 2.10.4 -> 2.11.0
License-Update: formatting, changed location in source tree.
(From OE-Core rev: 28023ea2193405987062aa86d199d7844716cfe6)
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/freetype/freetype/use-right-libtool.patch | 23 | ||||
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.11.0.bb (renamed from meta/recipes-graphics/freetype/freetype_2.10.4.bb) | 4 |
2 files changed, 22 insertions, 5 deletions
diff --git a/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch b/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch index 3368f7ddd3..b389455f5d 100644 --- a/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch +++ b/meta/recipes-graphics/freetype/freetype/use-right-libtool.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 50499e4482d40cff2ef05905c658ba4380e7e6fc Mon Sep 17 00:00:00 2001 | ||
2 | From: Ross Burton <ross.burton@intel.com> | ||
3 | Date: Thu, 7 Jan 2016 21:13:07 +0000 | ||
4 | Subject: [PATCH] freetype: enable out-of-tree builds, and use host zlib | ||
5 | |||
1 | Freetype think that it knows best about where libtool is, and explicitly the | 6 | Freetype think that it knows best about where libtool is, and explicitly the |
2 | libtool autoconf macros telling it where to find the libtool script. Of course | 7 | libtool autoconf macros telling it where to find the libtool script. Of course |
3 | we prefix the script with the target triplet, so it's wrong. Fix this by | 8 | we prefix the script with the target triplet, so it's wrong. Fix this by |
@@ -7,8 +12,20 @@ put libtool is used. | |||
7 | Upstream-Status: Pending | 12 | Upstream-Status: Pending |
8 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 13 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
9 | 14 | ||
10 | --- freetype-2.6/builds/unix/unix-cc.in.orig 2016-01-07 19:21:45.244943479 +0000 | 15 | --- |
11 | +++ freetype-2.6/builds/unix/unix-cc.in 2016-01-07 19:21:50.213112131 +0000 | 16 | builds/unix/unix-cc.in | 2 +- |
12 | @@ -19,1 +18,1 @@ | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
18 | |||
19 | diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in | ||
20 | index 89be450..72609d3 100644 | ||
21 | --- a/builds/unix/unix-cc.in | ||
22 | +++ b/builds/unix/unix-cc.in | ||
23 | @@ -16,7 +16,7 @@ CC := @CC@ | ||
24 | COMPILER_SEP := $(SEP) | ||
25 | FT_LIBTOOL_DIR ?= $(PLATFORM_DIR) | ||
26 | |||
13 | -LIBTOOL := $(FT_LIBTOOL_DIR)/libtool | 27 | -LIBTOOL := $(FT_LIBTOOL_DIR)/libtool |
14 | +LIBTOOL := $(FT_LIBTOOL_DIR)/@LIBTOOL@ --tag CC | 28 | +LIBTOOL := $(FT_LIBTOOL_DIR)/@LIBTOOL@ --tag CC |
29 | |||
30 | |||
31 | # The object file extension (for standard and static libraries). This can be | ||
diff --git a/meta/recipes-graphics/freetype/freetype_2.10.4.bb b/meta/recipes-graphics/freetype/freetype_2.11.0.bb index 18fd8103e8..1ec34e7372 100644 --- a/meta/recipes-graphics/freetype/freetype_2.10.4.bb +++ b/meta/recipes-graphics/freetype/freetype_2.11.0.bb | |||
@@ -8,14 +8,14 @@ BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "FreeType | GPLv2+" | 10 | LICENSE = "FreeType | GPLv2+" |
11 | LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=4af6221506f202774ef74f64932878a1 \ | 11 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=a5927784d823d443c6cae55701d01553 \ |
12 | file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ | 12 | file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ |
13 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" | 13 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" |
14 | 14 | ||
15 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz \ | 15 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz \ |
16 | file://use-right-libtool.patch \ | 16 | file://use-right-libtool.patch \ |
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784" | 18 | SRC_URI[sha256sum] = "8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7" |
19 | 19 | ||
20 | UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)" | 20 | UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)" |
21 | 21 | ||