summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-font/font-alias-1.0.4
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-23 22:20:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 16:00:10 +0100
commit65085f22e921f0ab9cd40aa7b192a22bdb7f31d0 (patch)
tree9d94479d860a6ed81ffe2b4b22d69cdb786ca813 /meta/recipes-graphics/xorg-font/font-alias-1.0.4
parent5f3f04816221ff5fd20a044cbfd0ad8dbef8ecc7 (diff)
downloadpoky-65085f22e921f0ab9cd40aa7b192a22bdb7f31d0.tar.gz
font-alias: upgrade 1.0.3 -> 1.0.4
License-Update: editor tags change (From OE-Core rev: efe4a2cce9144d246c1ae9bd9f2025459d4ce339) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-font/font-alias-1.0.4')
-rw-r--r--meta/recipes-graphics/xorg-font/font-alias-1.0.4/nocompiler.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-font/font-alias-1.0.4/nocompiler.patch b/meta/recipes-graphics/xorg-font/font-alias-1.0.4/nocompiler.patch
new file mode 100644
index 0000000000..e54eee4ea9
--- /dev/null
+++ b/meta/recipes-graphics/xorg-font/font-alias-1.0.4/nocompiler.patch
@@ -0,0 +1,42 @@
1From fa2bbd48a55d54bd2dae30edf7936e3ab7587c96 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Tue, 17 May 2011 23:03:02 +0000
4Subject: [PATCH] Improve handling of 'all' architecture recipes and their
5
6Upstream-Status: Inappropriate [configuration]
7
8XORG_DEFAULT_OPTIONS pulls in the following dependency chains:
9
10XORG_CWARNFLAGS -> AC_PROG_CC_C99
11XORG_STRICT_OPTION -> AC_PROG_CC_C99, XORG_CWARNFLAGS
12XORG_MANPAGE_SECTIONS -> AC_CANONICAL_HOST -> Checks host
13
14each of which triggers the use of the host compiler. As an "all"
15architecture package, it shouldn't need a compiler (and doesn't).
16
17RP 17/5/2011
18
19---
20 configure.ac | 6 +++---
21 1 file changed, 3 insertions(+), 3 deletions(-)
22
23diff --git a/configure.ac b/configure.ac
24index 3407c69..9fe1f89 100644
25--- a/configure.ac
26+++ b/configure.ac
27@@ -27,12 +27,12 @@ AC_INIT([font-alias], [1.0.4],
28 [font-alias])
29 AM_INIT_AUTOMAKE([foreign dist-bzip2])
30
31-# Require xorg-macros: XORG_DEFAULT_OPTIONS
32 m4_ifndef([XORG_MACROS_VERSION],
33 [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
34 XORG_MACROS_VERSION(1.3)
35-XORG_DEFAULT_OPTIONS
36-
37+XORG_RELEASE_VERSION
38+XORG_CHANGELOG
39+XORG_INSTALL
40 AC_PROG_INSTALL
41
42 # Require X.Org's font util macros 1.2 or later