summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-05-09 10:22:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 14:01:48 +0100
commit88d8f24ac9313c3753cba0b3de14f6996aa1736c (patch)
tree4db14ef6e044f52e9bc850bc51517e52b108bf2a /meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
parent844f4fa43f89db504ffb45c605f36a0c18018500 (diff)
downloadpoky-88d8f24ac9313c3753cba0b3de14f6996aa1736c.tar.gz
libpciaccess: 0.13.4 -> 0.13.5
1) Upgrade libpciaccess from 0.13.4 to 0.13.5. 3) Delete three patches, since they are integrated upstream. 0001-Include-config.h-before-anything-else-in-.c.patch 0002-Fix-quoting-issue.patch 0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch (From OE-Core rev: ef4bc266fb9e27d3335ba81a6a0f8ba19e3eb41f) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.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/libpciaccess/0002-Fix-quoting-issue.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch b/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
deleted file mode 100644
index 16d69a82a4..0000000000
--- a/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 765e0a38cb8c40f8865af5cb356ffe6039ffb08f Mon Sep 17 00:00:00 2001
2From: Thomas Klausner <wiz@NetBSD.org>
3Date: Sun, 22 Mar 2015 21:38:23 +0100
4Subject: [PATCH 2/4] Fix quoting issue.
5
6m4 has '[]' as quoting characters, so if we want '[]' to
7end up in the configure script, we need to quote them again.
8
9Reported by Greg Troxel <gdt@ir.bbn.com>.
10
11Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
12Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13---
14Upstream-Status: Backport
15
16 configure.ac | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/configure.ac b/configure.ac
20index e67e9e1..888330b 100644
21--- a/configure.ac
22+++ b/configure.ac
23@@ -76,7 +76,7 @@ case $host_os in
24 ;;
25 *netbsd*)
26 case $host in
27- *i[3-9]86*)
28+ *i[[3-9]]86*)
29 PCIACCESS_LIBS="$PCIACCESS_LIBS -li386"
30 ;;
31 *x86_64*|*amd64*)
32--
332.1.4
34